VisiBroker for Java

com.inprise.vbroker.ServerManager.ContainerPackage
Class NamedContainer

java.lang.Object
  extended by 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.
 
Constructor Summary
NamedContainer()
           
NamedContainer(java.lang.String name, Container value, boolean is_replaceable)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

NamedContainer

public NamedContainer()

NamedContainer

public NamedContainer(java.lang.String name,
                      Container value,
                      boolean is_replaceable)
Method Detail

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online