|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.services.management.DeployEntry
public class DeployEntry
DeployEntry class implements the interface Entry. It is a tree entry proxy for SmartFrog (Prim) components.
Entry| Field Summary |
|---|
| Fields inherited from interface org.smartfrog.services.trace.Entry |
|---|
CRLF |
| Constructor Summary | |
|---|---|
DeployEntry()
Constructs the DeployEntry object |
|
DeployEntry(java.lang.Object entry,
boolean showRootProcessName,
boolean showCDasChild)
Constructs the DeployEntry object |
|
DeployEntry(java.lang.String message)
Constructs for the DeployEntry object with the message |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.String msg)
Not implemented. |
boolean |
add(java.lang.String DN,
java.lang.Object value)
Not implemented. |
java.lang.String |
attributesString()
Returns attributes string |
java.lang.String |
childrenString()
Returns children string |
java.lang.Object[][] |
getAttributes()
Gets the attributes attribute of the DeployEntry object |
java.lang.Object |
getChild(int index)
Gets the Child at "index" |
java.lang.Object[][] |
getChildren()
Gets the children attribute of the DeployEntry object |
int |
getChildrenCount()
To Get the number of children of the entry |
java.lang.String |
getDN()
Gets the dN attribute of the DeployEntry object |
java.lang.Object |
getEntry()
Search for a particular entry in its children tree. |
DeployEntry |
getEntry(java.lang.String DN,
boolean allLevel)
Search for a particular entry in its children tree. |
int |
getIndexOfChild(java.lang.Object child)
Gets the indexOfChild attribute of the DeployEntry object |
java.lang.String |
getName()
Gets the name attribute of the DeployEntry object |
java.lang.String |
getParentDN()
Gets the parentDN attribute of the DeployEntry object |
java.lang.String |
getRDN()
Gets the rDN attribute of the DeployEntry object |
DeployEntry |
getRoot()
Gets the root attribute of the DeployEntry object |
void |
info()
Displays the description of the DeployEntry |
boolean |
isLeaf()
Checks if the DeployEntry is the leaf |
boolean |
remove(java.lang.String DN)
Not implemented. |
int |
sizeAttributes()
Returns the size of the attributes |
int |
sizeChildren()
Returns the size of children |
java.lang.String |
toString()
Gets string representation of the deploy entry |
java.lang.String |
toStringAll()
Returns a textual representation of the deploy entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeployEntry(java.lang.Object entry,
boolean showRootProcessName,
boolean showCDasChild)
entry - object entry.showRootProcessName - flag indicating to show rootprocess nameshowCDasChild - flag indicating to show CD as childpublic DeployEntry()
public DeployEntry(java.lang.String message)
message - The message| Method Detail |
|---|
public boolean isLeaf()
isLeaf in interface Entrypublic DeployEntry getRoot()
public java.lang.String getName()
getName in interface Entrypublic java.lang.String getRDN()
getRDN in interface Entrypublic java.lang.String getParentDN()
getParentDN in interface Entrypublic java.lang.String getDN()
getDN in interface Entrypublic java.lang.Object getChild(int index)
index - the index value
public int getChildrenCount()
getChildrenCount in interface Entrypublic int getIndexOfChild(java.lang.Object child)
child - Child object
public java.lang.Object[][] getAttributes()
public java.lang.Object[][] getChildren()
public java.lang.Object getEntry()
public DeployEntry getEntry(java.lang.String DN,
boolean allLevel)
DN - Deploy EntryallLevel - boolean indicator for all level
public boolean add(java.lang.String msg)
msg -
public boolean add(java.lang.String DN,
java.lang.Object value)
add in interface EntryDN - value -
public boolean remove(java.lang.String DN)
remove in interface EntryDN -
public java.lang.String toString()
toString in interface EntrytoString in class java.lang.Objectpublic java.lang.String toStringAll()
public java.lang.String childrenString()
public java.lang.String attributesString()
public int sizeAttributes()
public int sizeChildren()
public void info()
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||