SCS

scs.core
Class ConnectionDescription

java.lang.Object
  extended by scs.core.ConnectionDescription
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ConnectionDescription
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/core/ConnectionDescription.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.idl Friday, October 3, 2008 9:13:51 AM BRT

See Also:
Serialized Form

Field Summary
 int id
           
 org.omg.CORBA.Object objref
           
 
Constructor Summary
ConnectionDescription()
           
ConnectionDescription(int _id, org.omg.CORBA.Object _objref)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

objref

public org.omg.CORBA.Object objref
Constructor Detail

ConnectionDescription

public ConnectionDescription()

ConnectionDescription

public ConnectionDescription(int _id,
                             org.omg.CORBA.Object _objref)

SCS