Package com.nt.udc.admin.server.api
Interface NodeAPI
- All Superinterfaces:
Remote
- All Known Implementing Classes:
NodeAPIImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetDomainAPI
(String name) Get the id of the node for this XmlTl1Api.Get the name of the node for this XmlTl1Api.boolean
void
void
setNodeName
(String nodeName) void
void
stopNode()
-
Method Details
-
getNodeId
Get the id of the node for this XmlTl1Api.- Returns:
- The is of the node for this XmlTl1Api
- Throws:
NodeAPIException
- if there is an error retrieving the id of the node.RemoteException
- if there is a RMI communication error.
-
getNodeName
Get the name of the node for this XmlTl1Api.- Returns:
- The name of the node for this XmlTl1Api
- Throws:
NodeAPIException
- if there is an error retrieving the name of the node.RemoteException
- if there is a RMI communication exception.
-
setNodeId
- Throws:
NodeAPIException
RemoteException
-
setNodeName
- Throws:
NodeAPIException
RemoteException
-
startNode
- Throws:
NodeAPIException
RemoteException
-
stopNode
- Throws:
NodeAPIException
RemoteException
-
isStarted
- Throws:
NodeAPIException
RemoteException
-
getDomainAPI
- Throws:
NodeAPIException
RemoteException
-