|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jadeworld.jade.rootschema.Object
com.jadeworld.jade.rootschema.Notification
public class Notification
| Field Summary |
|---|
| Fields inherited from class com.jadeworld.jade.rootschema.Object |
|---|
oid |
| Constructor Summary | |
|---|---|
Notification()
|
|
| Method Summary | |
|---|---|
java.util.Calendar |
elapsedTime()
The read-only elapsedTime property of the Notification class is set to the time that the notification request has been in place. |
int |
eventType()
The read-only eventType property of the Notification class is set to the eventType parameter of the notification request. |
int |
featureNumber()
The feature number is zero for notifications registered against classes, and the identifying number of the interface method that was mapped by the subscriber to receive an event notification, for notifications registered against interfaces. |
boolean |
isInterface()
isInterface is false for notifications registered against classes, and true for notifications registered against interfaces. |
Process |
requestedBy()
The process that submitted the notification request. |
java.util.Calendar |
requestTime()
The date and time of the notification request. |
int |
responseType()
The responseType parameter of the notification request. |
int |
serialNumber()
An internally-assigned value. |
java.lang.Object |
subscriber()
Returns a reference to the object to which the notification is delivered. |
java.lang.Object |
target()
Returns a reference to the object that is the target of a notification request. |
int |
typeNumber()
The type number is zero for notifications registered against classes, and the identifying number of the associated interface, for notifications registered against interfaces. |
int |
userTag()
The eventTag parameter of the notification request. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Notification()
| Method Detail |
|---|
public java.util.Calendar elapsedTime()
public int eventType()
Global Constant Integer Value Description
Any_System_Event 0 Object has been created, deleted, or updated
Object_Create_Event 4 Object has been created
Object_Delete_Event 6 Object has been deleted
Object_Update_Event 3 Object has been updated
public int featureNumber()
public boolean isInterface()
public java.util.Calendar requestTime()
public Process requestedBy()
public int responseType()
Global Constant Integer Value Description
> Response_Cancel 1 Sends a notification when the class receives a matching event and then cancels the notification
Response_Continuous 0 Sends a notification whenever the class receives a matching event
Response_Suspend 2 Sends a notification when the class receives a matching event and then suspends notification until the user refreshes the local copy of the class
public int serialNumber()
public java.lang.Object subscriber()
public java.lang.Object target()
public int typeNumber()
public int userTag()
|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||