|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpgradeManager
The UpgradeManager
interface describes the methods that
a upgrade management client can invoke on the upgrade manager to
upgrade and downgrade object groups within the distributed system.
Method Summary | |
---|---|
void |
downgradeGroup(AppConfig app)
Downgrade the group for the given application. |
void |
upgradeGroup(AppConfig app)
Upgrade the group for the specified application, with the applications required redundancy. |
Method Detail |
---|
void upgradeGroup(AppConfig app) throws java.rmi.RemoteException, UnknownGroupException, ExecException
app
- The application details required to upgrade the group.
java.rmi.RemoteException
- Raised if there was communication problems; only when invoked remotely.
UnknownGroupException
- Raised if the specified application has no group in the system.
ExecException
void downgradeGroup(AppConfig app) throws java.rmi.RemoteException, UnknownGroupException
app
- The application group to remove.
java.rmi.RemoteException
- Raised if there was communication problems; only when invoked remotely.
UnknownGroupException
- Raised if the specified application has no group in the system.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |