wt.router
Interface RouterIfc

All Superinterfaces:
KeyedEventListener
All Known Implementing Classes:
Router

public interface RouterIfc
extends KeyedEventListener



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

CONFIG

public static final String CONFIG
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ROUND_ROBIN_ROUTER

public static final String ROUND_ROBIN_ROUTER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getConfig

public RouterConfig getConfig()
Gets the object for the association that plays role: CONFIG.

Supported API: false

Returns:
RouterConfig

setConfig

public void setConfig(RouterConfig a_Config)
               throws WTPropertyVetoException
Sets the object for the association that plays role: CONFIG.

Supported API: false

Parameters:
a_Config -
Throws:
WTPropertyVetoException

getRoundRobinRouter

public RoundRobinRouter getRoundRobinRouter()
Gets the object for the association that plays role: ROUND_ROBIN_ROUTER.

Supported API: false

Returns:
RoundRobinRouter

setRoundRobinRouter

public void setRoundRobinRouter(RoundRobinRouter a_RoundRobinRouter)
                         throws WTPropertyVetoException
Sets the object for the association that plays role: ROUND_ROBIN_ROUTER.

Supported API: false

Parameters:
a_RoundRobinRouter -
Throws:
WTPropertyVetoException