wt.router
Interface RoutingService

All Known Implementing Classes:
StandardRoutingService

public interface RoutingService



Supported API: false

Extendable: false


Field Summary
static String ROUTERS
          Label for the attribute.
 
Method Summary
 String getQueueName(int routerNum, int qNum)
          

Supported API: false
 String getQueueName(RouterIfc router, int qNum)
          

Supported API: false
 Hashtable getRouters()
          Gets the object for the association that plays role: ROUTERS.
 boolean isEmpty(ProcessingQueue pq)
          

Supported API: false
 void postMethod(RouterIfc router, Method method, Serializable targetObject, Serializable[] args)
          

Supported API: false
 void subscribeOnRoutingEvent(Class eventClass, RouterIfc router)
          

Supported API: false
 Method toMethod(String methodSpec)
          

Supported API: false
 

Field Detail

ROUTERS

public static final String ROUTERS
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getRouters

public Hashtable getRouters()
Gets the object for the association that plays role: ROUTERS.

Supported API: false

Returns:
Hashtable

postMethod

public void postMethod(RouterIfc router,
                       Method method,
                       Serializable targetObject,
                       Serializable[] args)
                throws WTException


Supported API: false

Parameters:
router -
method -
targetObject -
args -
Throws:
WTException

toMethod

public Method toMethod(String methodSpec)
                throws WTPropertyVetoException


Supported API: false

Parameters:
methodSpec -
Returns:
Method
Throws:
WTPropertyVetoException

getQueueName

public String getQueueName(RouterIfc router,
                           int qNum)


Supported API: false

Parameters:
router -
qNum -
Returns:
String

getQueueName

public String getQueueName(int routerNum,
                           int qNum)


Supported API: false

Parameters:
routerNum -
qNum -
Returns:
String

isEmpty

public boolean isEmpty(ProcessingQueue pq)
                throws WTException


Supported API: false

Parameters:
pq -
Returns:
boolean
Throws:
WTException

subscribeOnRoutingEvent

public void subscribeOnRoutingEvent(Class eventClass,
                                    RouterIfc router)


Supported API: false

Parameters:
eventClass -
router -