VisiBroker for Java

com.inprise.vbroker.ObjLocation
Class TriggerDesc

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

TriggerDesc

public TriggerDesc()

TriggerDesc

public TriggerDesc(java.lang.String repository_id,
                   java.lang.String instance_name,
                   java.lang.String host_name)
Method Detail

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online