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.RemoteException
AgentConfig[] getTrustZoneAgents(java.lang.String trustZoneID) throws java.rmi.RemoteException
java.rmi.RemoteException
void reestablishTrust(java.lang.String trustZoneID) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteTrustZone(java.lang.String trustZoneID) throws java.rmi.RemoteException
java.rmi.RemoteException
TrustZone[] getAllTrustZones() throws java.rmi.RemoteException
java.rmi.RemoteException