public class GIResourceNode extends NodeBase implements GIResourceProxyOps
Node.NodeState| Constructor and Description |
|---|
GIResourceNode(java.lang.String... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeploymentStream() |
GIResourceDetails |
getDetails() |
GIResourceMonitor |
getMonitor(GIPlacementDetails inServDetails) |
static GIResourceNode |
getNode() |
java.util.List<ComputationStats> |
getStats() |
static void |
main(java.lang.String[] args) |
boolean |
removeMonitor(GIPlacementDetails inServDetails) |
void |
shutdown() |
enterMultiCommands, getComponent, getName, getState, registerComponent, runCommand, runTask, startNode, stopNode, toString, unregisterComponentgetComponentKey, getComponentLink, hashCode, setComponentKey, startComponent, stopComponentpublic static GIResourceNode getNode()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic GIResourceDetails getDetails()
getDetails in interface NodegetDetails in class NodeBasepublic java.lang.String getDeploymentStream()
public GIResourceMonitor getMonitor(GIPlacementDetails inServDetails) throws ComponentException
ComponentExceptionpublic boolean removeMonitor(GIPlacementDetails inServDetails)
public java.util.List<ComputationStats> getStats()
getStats in interface GIResourceProxyOpspublic void shutdown()
shutdown in interface GIResourceProxyOps