public class ImmediateList
extends java.lang.Object
| Constructor and Description |
|---|
ImmediateList()
private constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEventTopicImmediate(java.lang.String eventTopic)
Determine whether this topic is part of the immediate list.
|
void |
unregister(java.lang.String sourceTable,
long sourceID,
java.lang.String eventName,
java.lang.String refTable,
long refID)
The given ER record no longer belongs in the immediate list.
|
public void unregister(java.lang.String sourceTable,
long sourceID,
java.lang.String eventName,
java.lang.String refTable,
long refID)
throws java.rmi.RemoteException,
MXException
sourceTable - The source table name.sourceID - The source's unique ID.eventName - The name of the eventrefTable - The reference table name.refID - The reference's unique ID.java.rmi.RemoteExceptionMXExceptionpublic boolean isEventTopicImmediate(java.lang.String eventTopic)
eventTopic - The name of the topic.