Uses of Class
org.omg.CosBridgeAdmin.FlowStyle

Packages that use FlowStyle
org.omg.CosBridgeAdmin   
 

Uses of FlowStyle in org.omg.CosBridgeAdmin
 

Fields in org.omg.CosBridgeAdmin declared as FlowStyle
static FlowStyle FlowStyle.PUSH
           
static FlowStyle FlowStyle.PULL
           
 FlowStyle ExternalEndpoint.style
           
 FlowStyle FlowStyleHolder.value
           
 

Methods in org.omg.CosBridgeAdmin that return FlowStyle
static FlowStyle FlowStyleHelper.extract(Any any)
           
static FlowStyle FlowStyleHelper.read(InputStream in)
           
static FlowStyle FlowStyle.from_int(int value)
           
 

Methods in org.omg.CosBridgeAdmin with parameters of type FlowStyle
static void FlowStyleHelper.insert(Any any, FlowStyle s)
           
static void FlowStyleHelper.write(OutputStream out, FlowStyle s)
           
 

Constructors in org.omg.CosBridgeAdmin with parameters of type FlowStyle
ExternalEndpoint(ExternalEndpointRole role, ExternalEndpointConnector connector, FlowStyle style, MessageType type)
           
FlowStyleHolder(FlowStyle initial)