|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.router.RouterConfig
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Method |
defaultMethod
|
private boolean |
immediate
|
private int |
nQueues
|
private static String |
RESOURCE
|
Hashtable |
routedEvents
Supported API: false |
private String |
routerName
|
private int |
routerNumber
|
Constructor Summary | |
RouterConfig()
|
Method Summary | |
Method |
getDefaultMethod()
Gets the value of the attribute: defaultMethod. |
Method |
getEffectiveMethod(Class eventClass,
Class objectClass)
Supported API: false |
int |
getNQueues()
Gets the value of the attribute: nQueues. |
Hashtable |
getRoutedEvents()
Gets the object for the association that plays role: routedEvents. |
String |
getRouterName()
Gets the value of the attribute: routerName. |
int |
getRouterNumber()
Gets the value of the attribute: routerNumber. |
boolean |
isImmediate()
Gets the value of the attribute: immediate. |
static RouterConfig |
newRouterConfig(String routerName,
int routerNum,
RouterIfc router)
Supported API: false |
(package private) void |
printConfig()
|
private void |
routerNameValidate(String a_RouterName)
|
void |
setDefaultMethod(Method a_DefaultMethod)
Sets the value of the attribute: defaultMethod. |
void |
setImmediate(boolean a_Immediate)
Sets the value of the attribute: immediate. |
void |
setNQueues(int a_NQueues)
Sets the value of the attribute: nQueues. |
void |
setRouterName(String a_RouterName)
Sets the value of the attribute: routerName. |
void |
setRouterNumber(int a_RouterNumber)
Sets the value of the attribute: routerNumber. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String routerName
private int routerNumber
private boolean immediate
private int nQueues
private Method defaultMethod
public final Hashtable routedEvents
Constructor Detail |
public RouterConfig()
Method Detail |
public String getRouterName()
public void setRouterName(String a_RouterName) throws WTPropertyVetoException
a_RouterName
-
WTPropertyVetoException
private void routerNameValidate(String a_RouterName) throws WTPropertyVetoException
a_RouterName
-
WTPropertyVetoException
public int getRouterNumber()
public void setRouterNumber(int a_RouterNumber) throws WTPropertyVetoException
a_RouterNumber
-
WTPropertyVetoException
public boolean isImmediate()
public void setImmediate(boolean a_Immediate) throws WTPropertyVetoException
a_Immediate
-
WTPropertyVetoException
public int getNQueues()
public void setNQueues(int a_NQueues) throws WTPropertyVetoException
a_NQueues
-
WTPropertyVetoException
public Method getDefaultMethod()
public void setDefaultMethod(Method a_DefaultMethod) throws WTPropertyVetoException
a_DefaultMethod
-
WTPropertyVetoException
public final Hashtable getRoutedEvents()
public static RouterConfig newRouterConfig(String routerName, int routerNum, RouterIfc router) throws IOException, WTPropertyVetoException
routerName
- routerNum
- router
-
IOException
WTPropertyVetoException
public Method getEffectiveMethod(Class eventClass, Class objectClass)
eventClass
- objectClass
-
void printConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |