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 Mar 21, 2012 11:04:31 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
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)