|
|||||||||||
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 |
CONFIG
Label for the attribute. |
static String |
ROUND_ROBIN_ROUTER
Label for the attribute. |
Fields inherited from interface wt.events.KeyedEventListener |
KEYED_EVENT_BRANCH |
Method Summary | |
RouterConfig |
getConfig()
Gets the object for the association that plays role: CONFIG. |
RoundRobinRouter |
getRoundRobinRouter()
Gets the object for the association that plays role: ROUND_ROBIN_ROUTER. |
void |
setConfig(RouterConfig a_Config)
Sets the object for the association that plays role: CONFIG. |
void |
setRoundRobinRouter(RoundRobinRouter a_RoundRobinRouter)
Sets the object for the association that plays role: ROUND_ROBIN_ROUTER. |
Methods inherited from interface wt.events.KeyedEventListener |
getKeyedEventBranch, notifyEvent, notifyMultiObjectEvent, notifyVetoableEvent, notifyVetoableMultiObjectEvent, setKeyedEventBranch |
Field Detail |
public static final String CONFIG
public static final String ROUND_ROBIN_ROUTER
Method Detail |
public RouterConfig getConfig()
public void setConfig(RouterConfig a_Config) throws WTPropertyVetoException
a_Config
-
WTPropertyVetoException
public RoundRobinRouter getRoundRobinRouter()
public void setRoundRobinRouter(RoundRobinRouter a_RoundRobinRouter) throws WTPropertyVetoException
a_RoundRobinRouter
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |