org.jboss.portal.test.framework.server
Class Node
java.lang.Object
org.jboss.portal.test.framework.server.Node
- Direct Known Subclasses:
- GenericNode
public class Node
- extends java.lang.Object
- Version:
- $Revision: 6136 $
- Author:
- Julien Viet
Constructor Summary |
Node(java.lang.String id,
java.util.Map serviceLookups)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
protected final NodeId id
- .
serviceLookups
protected final java.util.Map serviceLookups
- .
Node
public Node(java.lang.String id,
java.util.Map serviceLookups)
getId
public NodeId getId()
- Returns the node id.
- Returns:
- the node id
lookupService
public java.lang.Object lookupService(java.lang.String serviceId)
throws ServiceLookupFailedException
- Throws:
ServiceLookupFailedException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object