org.omg.RTCORBA
Class Protocol

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

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

Generated from IDL struct "Protocol".

Version:
generated at Sep 14, 2010 11:02:08 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 ProtocolProperties orb_protocol_properties
           
 int protocol_type
           
 ProtocolProperties transport_protocol_properties
           
 
Constructor Summary
Protocol()
           
Protocol(int protocol_type, ProtocolProperties orb_protocol_properties, ProtocolProperties transport_protocol_properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol_type

public int protocol_type

orb_protocol_properties

public ProtocolProperties orb_protocol_properties

transport_protocol_properties

public ProtocolProperties transport_protocol_properties
Constructor Detail

Protocol

public Protocol()

Protocol

public Protocol(int protocol_type,
                ProtocolProperties orb_protocol_properties,
                ProtocolProperties transport_protocol_properties)