org.omg.CosBridgeAdmin
Class ExternalEndpoint

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

public final class ExternalEndpoint
extends Object
implements IDLEntity

Generated from IDL struct "ExternalEndpoint".

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

Field Summary
 ExternalEndpointConnector connector
           
 ExternalEndpointRole role
           
 FlowStyle style
           
 MessageType type
           
 
Constructor Summary
ExternalEndpoint()
           
ExternalEndpoint(ExternalEndpointRole role, ExternalEndpointConnector connector, FlowStyle style, MessageType type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public ExternalEndpointRole role

connector

public ExternalEndpointConnector connector

style

public FlowStyle style

type

public MessageType type
Constructor Detail

ExternalEndpoint

public ExternalEndpoint()

ExternalEndpoint

public ExternalEndpoint(ExternalEndpointRole role,
                        ExternalEndpointConnector connector,
                        FlowStyle style,
                        MessageType type)


Copyright © 2015 JacORB. All rights reserved.