|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.lang.Distributor
Distributor abstract superclass of object and class distributors
ObjectDistributor,
ClassDistributor,
Serialized Form| Field Summary | |
static int |
ALWAYS
a machine with this priority is always selected |
static int |
DEFAULT
this is the default priority for each machine |
static int |
NEVER
a machine with this priority is never targeted |
| Constructor Summary | |
Distributor()
|
|
| Method Summary | |
abstract int |
getPriority(int target)
get the current priority of a machine |
static Distributor |
loadDistributor(java.lang.String name)
|
abstract Distributor |
reset()
reset all machine priorities to the default value (return this) |
abstract Distributor |
setPriority(int target,
int priority)
set the priority of a machine (return this) |
abstract int |
target(int jvmCnt,
java.lang.String classname)
return a target machine for class- or constructor-object of class |
void |
update()
callback method that is invoked by the runtime system when runtime data changes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int DEFAULT
public static int NEVER
public static int ALWAYS
| Constructor Detail |
public Distributor()
| Method Detail |
public void update()
public abstract Distributor reset()
public abstract Distributor setPriority(int target,
int priority)
public abstract int getPriority(int target)
public abstract int target(int jvmCnt,
java.lang.String classname)
public static Distributor loadDistributor(java.lang.String name)
throws jp.lang.ConfigurationException
jp.lang.ConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||