com.inprise.vbroker.ServerManager.ContainerPackage
Class NamedContainer
java.lang.Object
com.inprise.vbroker.ServerManager.ContainerPackage.NamedContainer
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class NamedContainer
- extends java.lang.Object
- implements IDLEntity
The NamedContainer class wraps a Container associating a name with it.
- See Also:
- Serialized Form
Field Summary |
boolean |
is_replaceable
If set to true , the set_container method defined in the Container would
succeed otherwise it would fail with ValueNotSettable exception. |
java.lang.String |
name
Name of the container. |
Container |
value
The wrapped container. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- Name of the container.
value
public Container value
- The wrapped container.
is_replaceable
public boolean is_replaceable
- If set to
true
, the set_container
method defined in the Container would
succeed otherwise it would fail with ValueNotSettable
exception.
NamedContainer
public NamedContainer()
NamedContainer
public NamedContainer(java.lang.String name,
Container value,
boolean is_replaceable)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online