public class ContainerInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ContainerInfo(int handle,
java.lang.String name,
Container container,
long pingInterval)
Creates an instance of ContainerInfo with all necesarry data.
|
| Modifier and Type | Method and Description |
|---|---|
IntArray |
getComponents()
Returns the components.
|
Container |
getContainer()
Returns the container.
|
int |
getHandle()
Returns the handle.
|
ImplLang |
getImplLang()
Returns the implementation language.
|
java.lang.String |
getName()
Returns the name.
|
long |
getPingInterval() |
void |
setComponents(IntArray components)
Sets the components.
|
void |
setContainer(Container container)
Sets the container.
|
void |
setHandle(int handle)
Sets the handle.
|
void |
setImplLang(ImplLang implLang)
Sets the implementation language.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setPingInterval(long pingInterval) |
java.lang.String |
toString()
Returns a single-line rendition of this instance into text.
|
public ContainerInfo(int handle,
java.lang.String name,
Container container,
long pingInterval)
public Container getContainer()
public IntArray getComponents()
public int getHandle()
public ImplLang getImplLang()
public java.lang.String getName()
public void setImplLang(ImplLang implLang)
container - The language to setpublic void setContainer(Container container)
container - The container to setpublic void setHandle(int handle)
handle - The handle to setpublic void setName(java.lang.String name)
name - The name to setpublic void setComponents(IntArray components)
components - The components to setpublic long getPingInterval()
public void setPingInterval(long pingInterval)
pingInterval - the pingInterval to setpublic java.lang.String toString()
toString in class java.lang.Object