com.inprise.vbroker.ObjLocation
Class TriggerDesc
java.lang.Object
com.inprise.vbroker.ObjLocation.TriggerDesc
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class TriggerDesc
- extends java.lang.Object
- implements IDLEntity
This interface contains information you use to describe the characteristics of one
or more objects for which you wish to register a TriggerHandler. These members
may be set to null to monitor the widest possible set of objects.
The more information that is specified, the smaller the resulting set of objects.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
host_name
Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. |
java.lang.String |
instance_name
Represents the instance name of the object to be monitored by the TriggerHandler. |
java.lang.String |
repository_id
Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. |
Constructor Summary |
TriggerDesc()
|
TriggerDesc(java.lang.String repository_id,
java.lang.String instance_name,
java.lang.String host_name)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
repository_id
public java.lang.String repository_id
- Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. May be set to null to include all possible repository identifiers.
instance_name
public java.lang.String instance_name
- Represents the instance name of the object to be monitored by the TriggerHandler. May
be set to null to include all possible instance names.
host_name
public java.lang.String host_name
- Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. May be set to null to include all possible repository identifiers.
TriggerDesc
public TriggerDesc()
TriggerDesc
public TriggerDesc(java.lang.String repository_id,
java.lang.String instance_name,
java.lang.String host_name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online