|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.core.NetworkGroupNamingContexts
public class NetworkGroupNamingContexts
This classes defines a list of naming contexts for a network group.
Constructor Summary | |
---|---|
NetworkGroupNamingContexts()
Create a list of naming contexts for a network group. |
Method Summary | |
---|---|
void |
addNamingContext(WorkflowTopologyNode workflow)
Add a workflow in the list of naming context. |
java.lang.Iterable<WorkflowTopologyNode> |
getNamingContexts()
Get the list of naming contexts. |
java.lang.Iterable<WorkflowTopologyNode> |
getPrivateNamingContexts()
Get the list of private naming contexts. |
java.lang.Iterable<WorkflowTopologyNode> |
getPublicNamingContexts()
Get the list of public naming contexts. |
void |
resetLists()
Reset the list of naming contexts. |
java.lang.StringBuilder |
toString(java.lang.String leftMargin)
Dumps info from the current networkk group for debug purpose. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkGroupNamingContexts()
Method Detail |
---|
public void resetLists()
public void addNamingContext(WorkflowTopologyNode workflow)
workflow
- the workflow to add in the list of naming contextspublic java.lang.Iterable<WorkflowTopologyNode> getNamingContexts()
public java.lang.Iterable<WorkflowTopologyNode> getPrivateNamingContexts()
public java.lang.Iterable<WorkflowTopologyNode> getPublicNamingContexts()
public java.lang.StringBuilder toString(java.lang.String leftMargin)
leftMargin
- white spaces used to indent traces
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |