wt.clients.beans.monitor
Class MonitorLink
java.lang.Object
wt.clients.beans.graph.DefaultGraphLink
wt.clients.beans.monitor.MonitorLink
- All Implemented Interfaces:
- Externalizable, GraphLink, Serializable
- public class MonitorLink
- extends DefaultGraphLink
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
nodeTemplateLinkOid
private String nodeTemplateLinkOid
eventHashtable
private Hashtable eventHashtable
countMapped
private int countMapped
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
MonitorLink
public MonitorLink(MonitorNode pPredecessor,
MonitorNode pSuccessor,
String pNodeTemplateLinkOid)
throws WTPropertyVetoException
- Parameters:
pPredecessor
- pSuccessor
-
- Throws:
WTPropertyVetoException
MonitorLink
public MonitorLink()
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Description copied from class:
DefaultGraphLink
- Writes the non-transient fields of this class to an external source.
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class DefaultGraphLink
- Parameters:
output
-
- Throws:
IOException
readExternal
public void readExternal(ObjectInput input)
throws IOException,
ClassNotFoundException
- Description copied from class:
DefaultGraphLink
- Reads the non-transient fields of this class from an external source.
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class DefaultGraphLink
- Parameters:
input
-
- Throws:
IOException
ClassNotFoundException
getNodeTemplateLinkOid
public String getNodeTemplateLinkOid()
- Gets the value of the attribute: nodeTemplateLink.
- Returns:
- String
setNodeTemplateLinkOid
public void setNodeTemplateLinkOid(String a_NodeTemplateLinkOid)
throws WTPropertyVetoException
- Sets the value of the attribute: nodeTemplateLink.
- Throws:
WTPropertyVetoException
addEvent
public void addEvent(String event,
String action)
- Parameters:
event
- action
-
getEventHashtable
public Hashtable getEventHashtable()
- Returns:
- Hashtable