com.bea.wlai.event
Interface IEventRouter.IRoutingInfo

Enclosing interface:
IEventRouter

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

getEventDefinition

com.bea.wlai.common.IEventDefinition getEventDefinition()
Get the IEventDefinition for which this IRoutingInfo instance was created.


release

void release()
Release any resources this IRoutingInfo owns, and invalidate it.


isReleased

boolean isReleased()
Has this IRoutingInfo been released (either internally or by a call to release()).