|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.NotificationQuery
public class NotificationQuery
This class is used to subscribe to notifications from the Configuration Server.
Constructor Summary | |
---|---|
NotificationQuery()
Creates a new instance of subscription request query object. |
Method Summary | |
---|---|
java.util.Hashtable<java.lang.String,java.lang.Object> |
getFilter()
|
java.lang.Integer |
getObjectDbid()
This property is used if the client wants to follow changes in a specific object. |
CfgObjectType |
getObjectType()
This property is used if the client wants to subscribe to all events happening with all objects of a the specific type. |
java.lang.Integer |
getTenantDbid()
This property is used if the client wants to subscribe to all events happening at the specific Tenant. |
void |
setObjectDbid(java.lang.Integer dbid)
This property is used if the client wants to follow changes in a specific object. |
void |
setObjectType(CfgObjectType type)
This property is used if the client wants to subscribe to all events happening with all objects of a the specific type. |
void |
setTenantDbid(java.lang.Integer dbid)
This property is used if the client wants to subscribe to all events happening at the specific Tenant. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationQuery()
Method Detail |
---|
public void setObjectDbid(java.lang.Integer dbid)
setObjectType(CfgObjectType)
.
dbid
- dbid of the object to be monitoredpublic java.lang.Integer getObjectDbid()
getObjectType()
.
setObjectDbid(Integer)
public void setTenantDbid(java.lang.Integer dbid)
dbid
- dbid of the tenant to be monitoredpublic java.lang.Integer getTenantDbid()
setTenantDbid(Integer)
public void setObjectType(CfgObjectType type)
type
- object type for monitoringpublic CfgObjectType getObjectType()
setObjectType(CfgObjectType)
public final java.util.Hashtable<java.lang.String,java.lang.Object> getFilter()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |