public interface ITrustZoneTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addTrustZone(TrustZone trustZone) |
void |
deleteTrustZone(java.lang.String trustZoneID) |
TrustZone[] |
getAllTrustZones() |
AgentConfig[] |
getTrustZoneAgents(java.lang.String trustZoneID) |
void |
reestablishTrust(java.lang.String trustZoneID) |
void |
updateTrustZone(TrustZone trustZone) |
java.lang.String addTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAgentConfig[] getTrustZoneAgents(java.lang.String trustZoneID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid reestablishTrust(java.lang.String trustZoneID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteTrustZone(java.lang.String trustZoneID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrustZone[] getAllTrustZones() throws java.rmi.RemoteException
java.rmi.RemoteException