org.omg.CosBridgeAdmin
Class JMSDestination

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

public final class JMSDestination
extends Object
implements IDLEntity

Generated from IDL struct "JMSDestination".

Version:
generated at 03-Nov-2015 12:23:59
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
 String destination_name
           
 JMSDestinationType destination_type
           
 String factory_name
           
 
Constructor Summary
JMSDestination()
           
JMSDestination(JMSDestinationType destination_type, String destination_name, 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 String destination_name

factory_name

public String factory_name
Constructor Detail

JMSDestination

public JMSDestination()

JMSDestination

public JMSDestination(JMSDestinationType destination_type,
                      String destination_name,
                      String factory_name)


Copyright © 2015 JacORB. All rights reserved.