|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.shirako.proxies.soap.services.ActorServiceImpl
orca.shirako.proxies.soap.services.AgentServiceImpl
public class AgentServiceImpl
Agent SOAP service implementation. This is the server-side code responsible for validating and translating incoming SOAP requests to the actor residing within the container.
| Field Summary |
|---|
| Fields inherited from class orca.shirako.proxies.soap.services.ActorServiceImpl |
|---|
actor, logger |
| Constructor Summary | |
|---|---|
AgentServiceImpl()
Construct the service and performs the necessary initialization |
|
| Method Summary | |
|---|---|
void |
claim(Reservation reservation,
java.lang.String callbackURL)
Service a claim request |
void |
extendTicket(Reservation reservation,
Term term)
Service an incoming extendTicket request |
protected BrokerReservation |
passAgent(Reservation reservation)
Convert a SOAP reservation to an AgentReservation |
void |
ticket(Reservation reservation,
java.lang.String callbackURL)
Service an incoming ticket request |
| Methods inherited from class orca.shirako.proxies.soap.services.ActorServiceImpl |
|---|
getCallback, getConcrete, initialize, passClient, query, tick, updateLease, updateTicket |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentServiceImpl()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
protected BrokerReservation passAgent(Reservation reservation)
throws java.lang.Exception
reservation - The SOAP reservation
java.lang.Exception
public void ticket(Reservation reservation,
java.lang.String callbackURL)
throws java.rmi.RemoteException
reservation - SOAP reservationcallbackURL - SOAP endpoint for callbacks
java.rmi.RemoteException
public void extendTicket(Reservation reservation,
Term term)
throws java.rmi.RemoteException
reservation - SOAP reservationterm - Term for the extension
java.rmi.RemoteException
public void claim(Reservation reservation,
java.lang.String callbackURL)
throws java.rmi.RemoteException
reservation - SOAP reservationcallbackURL - SOAP endpoint for callbacks
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||