SCS

scs.core
Class ReceptacleDescription

java.lang.Object
  extended by 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

Field Summary
 ConnectionDescription[] connections
           
 java.lang.String interface_name
           
 boolean is_multiplex
           
 java.lang.String name
           
 
Constructor Summary
ReceptacleDescription()
           
ReceptacleDescription(java.lang.String _name, java.lang.String _interface_name, boolean _is_multiplex, ConnectionDescription[] _connections)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

interface_name

public java.lang.String interface_name

is_multiplex

public boolean is_multiplex

connections

public ConnectionDescription[] connections
Constructor Detail

ReceptacleDescription

public ReceptacleDescription()

ReceptacleDescription

public ReceptacleDescription(java.lang.String _name,
                             java.lang.String _interface_name,
                             boolean _is_multiplex,
                             ConnectionDescription[] _connections)

SCS