Uses of Class
jgroup.core.arm.ExecException

Packages that use ExecException
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.core.arm   
jgroup.upgrade   
 

Uses of ExecException in jgroup.arm
 

Methods in jgroup.arm that throw ExecException
 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.
 

Constructors in jgroup.arm that throw ExecException
ApplicationStarter(java.lang.String[] args)
           
 

Uses of ExecException in jgroup.core.arm
 

Methods in jgroup.core.arm that throw ExecException
 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.
 

Uses of ExecException in jgroup.upgrade
 

Methods in jgroup.upgrade that throw ExecException
 void UpgradeManagerImpl.upgradeGroup(AppConfig app)
          Upgrade the group for the specified application, with the applications required redundancy.
 void UpgradeManager.upgradeGroup(AppConfig app)
          Upgrade the group for the specified application, with the applications required redundancy.
 void UpgradeService.upgradeRequest(AppConfig newApp)
           
 void UpgradeLayer.upgradeRequest(AppConfig newApp)
          The upgradeRequest method will initiate the upgrade of the given application group to the new specified application class.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.