orca.shirako.proxies.soap.services
Class AuthorityServiceImpl
java.lang.Object
orca.shirako.proxies.soap.services.ActorServiceImpl
orca.shirako.proxies.soap.services.AuthorityServiceImpl
public class AuthorityServiceImpl
- extends ActorServiceImpl
SOAP service for an authority.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorityServiceImpl
public AuthorityServiceImpl()
throws java.lang.Exception
- Throws:
java.lang.Exception
passAuthority
protected AuthorityReservation passAuthority(Reservation beanReservation)
throws java.lang.Exception
- Converts a soap.beans.Reservation to a slices.Reservation
- Parameters:
beanReservation -
- Returns:
-
- Throws:
java.lang.Exception
redeem
public void redeem(Reservation reservation,
java.lang.String callbackURL)
throws java.rmi.RemoteException
- Service a redeem request
- Parameters:
reservation - The SOAP reservationcallbackURL - Location for callbacks
- Throws:
java.rmi.RemoteException
extendLease
public void extendLease(Reservation reservation,
Term term)
throws java.rmi.RemoteException
- Service an extendLease request
- Parameters:
reservation - The SOAP reservationterm - The new requested term
- Throws:
java.rmi.RemoteException
close
public void close(Reservation reservation)
throws java.rmi.RemoteException
- Service a close request
- Parameters:
reservation - The SOAP reservation
- Throws:
java.rmi.RemoteException
Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.