scs.core
Class ReceptacleDescription
java.lang.Object
scs.core.ReceptacleDescription
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class ReceptacleDescription
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
scs/core/ReceptacleDescription.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
interface_name
public java.lang.String interface_name
is_multiplex
public boolean is_multiplex
connections
public ConnectionDescription[] connections
ReceptacleDescription
public ReceptacleDescription()
ReceptacleDescription
public ReceptacleDescription(java.lang.String _name,
java.lang.String _interface_name,
boolean _is_multiplex,
ConnectionDescription[] _connections)