orca.manage.extensions.standard.actors.proxies
Interface AgentManagementProxy
- All Superinterfaces:
- ActorManagementProxy
- All Known Implementing Classes:
- LocalAgentManagementProxy
public interface AgentManagementProxy
- extends ActorManagementProxy
| Methods inherited from interface orca.manage.extensions.standard.actors.proxies.ActorManagementProxy |
addReservation, addSlice, closeReservation, extendReservation, getHoldings, getInventorySlices, getReservation, getReservations, getReservations, getSlice, getSlices, removeReservation, removeSlice, updateSlice |
getClientSlices
ResultSliceMng getClientSlices(AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
addClientSlice
ResultSliceMng addClientSlice(SliceMng slice,
AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
getClientReservations
ResultReservationMng getClientReservations(AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAgentReservations
ResultReservationMng getAgentReservations(AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
claimResources
ResultReservationMng claimResources(java.lang.String brokerName,
java.lang.String sliceID,
java.lang.String reservationId,
AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBrokers
ResultProxyMng getBrokers(AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
addBroker
ResultMng addBroker(ProxyMng broker,
AuthToken caller)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.