|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IEventRouter.IRoutingInfo
Marker interface for a routing information instance. Instances of this interface are for use exclusively by the event router.
Method Summary | |
---|---|
com.bea.wlai.common.IEventDefinition |
getEventDefinition()
Get the IEventDefinition for which this IRoutingInfo instance was created. |
boolean |
isReleased()
Has this IRoutingInfo been released (either internally or by a call to release()). |
void |
release()
Release any resources this IRoutingInfo owns, and invalidate it. |
Method Detail |
---|
com.bea.wlai.common.IEventDefinition getEventDefinition()
void release()
boolean isReleased()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |