|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String ROUTERS
Method Detail |
public Hashtable getRouters()
public void postMethod(RouterIfc router, Method method, Serializable targetObject, Serializable[] args) throws WTException
router
- method
- targetObject
- args
-
WTException
public Method toMethod(String methodSpec) throws WTPropertyVetoException
methodSpec
-
WTPropertyVetoException
public String getQueueName(RouterIfc router, int qNum)
router
- qNum
-
public String getQueueName(int routerNum, int qNum)
routerNum
- qNum
-
public boolean isEmpty(ProcessingQueue pq) throws WTException
pq
-
WTException
public void subscribeOnRoutingEvent(Class eventClass, RouterIfc router)
eventClass
- router
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |