|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassData | |
---|---|
jgroup.arm | This package contains the implementation of the Autonomous Replication Management (ARM) framework. |
jgroup.core.arm | |
jgroup.relacs.config |
Uses of ClassData in jgroup.arm |
---|
Methods in jgroup.arm that return types with arguments of type ClassData | |
---|---|
java.util.Set<ClassData> |
ExecDaemon.queryReplicas()
|
Methods in jgroup.arm with parameters of type ClassData | |
---|---|
boolean |
ExecDaemon.createExecReplica(ClassData classData)
Comments inherited from jgroup.arm.ExecService |
boolean |
ExecDaemon.createReplica(ClassData classData)
Instantiate and start the given class (replica) in a JVM process separate from the execution service JVM process. |
boolean |
ExecDaemon.removeReplica(ClassData classData)
|
Constructors in jgroup.arm with parameters of type ClassData | |
---|---|
ReplicaFailureEvent(ClassData clData)
|
Uses of ClassData in jgroup.core.arm |
---|
Methods in jgroup.core.arm that return types with arguments of type ClassData | |
---|---|
java.util.Set<ClassData> |
ExecService.queryReplicas()
Return the set of replicas currently running on this execution service. |
Methods in jgroup.core.arm with parameters of type ClassData | |
---|---|
boolean |
ExecService.createExecReplica(ClassData classData)
Instantiate and start the given class (replica), within the same JVM as the execution service. |
boolean |
ExecService.createReplica(ClassData classData)
Instantiate and start the given class (replica) in a JVM process separate from the execution service JVM process. |
boolean |
ExecService.removeReplica(ClassData classData)
Remove the specified class (replica) from the execution service associated with the remote reference. |
Uses of ClassData in jgroup.relacs.config |
---|
Methods in jgroup.relacs.config that return ClassData | |
---|---|
ClassData |
AppConfig.getClassData()
Returns a class data object for the application. |
Methods in jgroup.relacs.config that return types with arguments of type ClassData | |
---|---|
java.util.Set<ClassData> |
Host.queryReplicas()
Return the set of replicas running on this host as reported by the ExecDaemon. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |