ist.palcom.visualization.hgraphproxy
Class ServiceWindowHgraphProxy

java.lang.Object
  extended by ist.palcom.hgraph.HgraphNode
      extended by ist.palcom.visualization.hgraphproxy.ServiceWindowHgraphProxy
All Implemented Interfaces:
IHgraphNode, HgraphProxy
Direct Known Subclasses:
AssemblyWindowHgraphProxy

public class ServiceWindowHgraphProxy
extends HgraphNode
implements HgraphProxy


Field Summary
static java.lang.String VAL_DISTRIBUTION
           
static java.lang.String VAL_HASDESC
           
static java.lang.String VAL_ISALIVE
           
static java.lang.String VAL_LOCALSID
           
static java.lang.String VAL_NAME
           
static java.lang.String VAL_PROTOCOL
           
static java.lang.String VAL_RELIABLE
           
static java.lang.String VAL_REMOTECONNECT
           
static java.lang.String VAL_SERVICEHELPTEXT
           
static java.lang.String VAL_VERSIONNAME
           
 
Fields inherited from interface ist.palcom.visualization.hgraphproxy.HgraphProxy
VAL_WIDGET
 
Fields inherited from interface ist.palcom.hgraph.IHgraphNode
CHILD_NAME_CLASH, CIRCULARITY_CLASH, COMMAND_OR_NODE_MISSING, ERROR, HANDLER_MISSING, INVOKATOR_MISSING, LISTENER_MISSING, NODE_NOT_CHILD, PATH_MISSING, SIBLING_ALREADY_EXISTS, SIBLING_NONEXISTENT, SIBLING_REFERENCE_ALREADY_EXISTS, SIBLING_REFERENCE_NONEXISTENT, STATUS_OK, VALUE_ALREADY_EXISTS, VALUE_NOT_PRESENT
 
Constructor Summary
ServiceWindowHgraphProxy()
           
ServiceWindowHgraphProxy(java.lang.String name, java.lang.String localSid, java.lang.String distribution, java.lang.String hasDescription, java.lang.String remoteConnect, java.lang.String protocol, java.lang.String reliablie, java.lang.String versionName, java.lang.String serviceHelpText, java.lang.String isAlive)
           
 
Method Summary
 java.lang.String getDistribution()
           
 java.lang.String getHasDesc()
           
 java.lang.Boolean getIsAlive()
           
 java.lang.String getLocalSID()
           
 java.lang.String getName()
           
 java.lang.String getProtocol()
           
 java.lang.String getReliable()
           
 java.lang.String getRemoteConnect()
           
 java.lang.String getServiceHelpText()
           
 java.lang.String getVersionName()
           
 Widget getWidget()
           
 void setDistribution(java.lang.String input, Path callerPath)
           
 void setHasDesc(java.lang.String input, Path callerPath)
           
 void setIsAlive(java.lang.String isAlive, Path callerPath)
           
 void setLocalSid(java.lang.String input, Path callerPath)
           
 void setName(java.lang.String name, Path callerPath)
           
 void setProtocol(java.lang.String input, Path callerPath)
           
 void setReliable(java.lang.String input, Path callerPath)
           
 void setRemoteConnect(java.lang.String input, Path callerPath)
           
 void setServiceHelpText(java.lang.String input, Path callerPath)
           
 void setVersionName(java.lang.String input, Path callerPath)
           
 void setWidget(Widget widget, Path callerPath)
           
 
Methods inherited from class ist.palcom.hgraph.HgraphNode
addNodeChild, getChildIterator, getChildNamed, getFuncFunc, getNodeName, getNodeParent, getNumberOfChildren, getPath, getSiblingFunc, getValueFunc, hasChildNamed, isAncestorOf, removeNodeChild, setNodeName, setNodeParent, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ist.palcom.hgraph.IHgraphNode
addNodeChild, getChildIterator, getFuncFunc, getNodeName, getNodeParent, getPath, getSiblingFunc, getValueFunc, hasChildNamed, isAncestorOf, removeNodeChild, setNodeName, setNodeParent, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath
 

Field Detail

VAL_NAME

public static final java.lang.String VAL_NAME
See Also:
Constant Field Values

VAL_ISALIVE

public static final java.lang.String VAL_ISALIVE
See Also:
Constant Field Values

VAL_LOCALSID

public static final java.lang.String VAL_LOCALSID
See Also:
Constant Field Values

VAL_DISTRIBUTION

public static final java.lang.String VAL_DISTRIBUTION
See Also:
Constant Field Values

VAL_HASDESC

public static final java.lang.String VAL_HASDESC
See Also:
Constant Field Values

VAL_REMOTECONNECT

public static final java.lang.String VAL_REMOTECONNECT
See Also:
Constant Field Values

VAL_PROTOCOL

public static final java.lang.String VAL_PROTOCOL
See Also:
Constant Field Values

VAL_RELIABLE

public static final java.lang.String VAL_RELIABLE
See Also:
Constant Field Values

VAL_VERSIONNAME

public static final java.lang.String VAL_VERSIONNAME
See Also:
Constant Field Values

VAL_SERVICEHELPTEXT

public static final java.lang.String VAL_SERVICEHELPTEXT
See Also:
Constant Field Values
Constructor Detail

ServiceWindowHgraphProxy

public ServiceWindowHgraphProxy()

ServiceWindowHgraphProxy

public ServiceWindowHgraphProxy(java.lang.String name,
                                java.lang.String localSid,
                                java.lang.String distribution,
                                java.lang.String hasDescription,
                                java.lang.String remoteConnect,
                                java.lang.String protocol,
                                java.lang.String reliablie,
                                java.lang.String versionName,
                                java.lang.String serviceHelpText,
                                java.lang.String isAlive)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name,
                    Path callerPath)

getIsAlive

public java.lang.Boolean getIsAlive()

setIsAlive

public void setIsAlive(java.lang.String isAlive,
                       Path callerPath)

setLocalSid

public void setLocalSid(java.lang.String input,
                        Path callerPath)

setDistribution

public void setDistribution(java.lang.String input,
                            Path callerPath)

setHasDesc

public void setHasDesc(java.lang.String input,
                       Path callerPath)

setRemoteConnect

public void setRemoteConnect(java.lang.String input,
                             Path callerPath)

setProtocol

public void setProtocol(java.lang.String input,
                        Path callerPath)

setReliable

public void setReliable(java.lang.String input,
                        Path callerPath)

setVersionName

public void setVersionName(java.lang.String input,
                           Path callerPath)

setServiceHelpText

public void setServiceHelpText(java.lang.String input,
                               Path callerPath)

getLocalSID

public java.lang.String getLocalSID()

getDistribution

public java.lang.String getDistribution()

getHasDesc

public java.lang.String getHasDesc()

getRemoteConnect

public java.lang.String getRemoteConnect()

getProtocol

public java.lang.String getProtocol()

getReliable

public java.lang.String getReliable()

getVersionName

public java.lang.String getVersionName()

getServiceHelpText

public java.lang.String getServiceHelpText()

getWidget

public Widget getWidget()
Specified by:
getWidget in interface HgraphProxy

setWidget

public void setWidget(Widget widget,
                      Path callerPath)
Specified by:
setWidget in interface HgraphProxy