|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.rules.JustInTimeServiceEventNotification
Represents a generic notification message sent by a just-in-time service event source to its listeners. The notification code itself is deferred to subclasses.
JustInTimeServiceManager.Entry
Field Summary | |
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
JustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
Creates a notification on a particular just-in-time service manager entry. |
Method Summary | |
abstract void |
execute(JustInTimeServiceEventListener listener)
Executes the notification; implemented in the subclass. |
protected JustInTimeServiceManager.Entry |
getEntry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public JustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
Method Detail |
public abstract void execute(JustInTimeServiceEventListener listener)
listener
- The just-in-time service event listener to notify
with this message.protected JustInTimeServiceManager.Entry getEntry()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |