org.omg.CosBridgeAdmin
Class JMSDestination

java.lang.Object
  extended by org.omg.CosBridgeAdmin.JMSDestination
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class JMSDestination
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "JMSDestination".

Version:
generated at Jan 1, 2011 11:43:04 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 java.lang.String destination_name
           
 JMSDestinationType destination_type
           
 java.lang.String factory_name
           
 
Constructor Summary
JMSDestination()
           
JMSDestination(JMSDestinationType destination_type, java.lang.String destination_name, java.lang.String factory_name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destination_type

public JMSDestinationType destination_type

destination_name

public java.lang.String destination_name

factory_name

public java.lang.String factory_name
Constructor Detail

JMSDestination

public JMSDestination()

JMSDestination

public JMSDestination(JMSDestinationType destination_type,
                      java.lang.String destination_name,
                      java.lang.String factory_name)