|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IClientCallbackProxy | |
|---|---|
| orca.shirako.api | |
| orca.shirako.core | |
| orca.shirako.kernel | |
| orca.shirako.proxies.local | |
| orca.shirako.proxies.soap | |
| Uses of IClientCallbackProxy in orca.shirako.api |
|---|
| Subinterfaces of IClientCallbackProxy in orca.shirako.api | |
|---|---|
interface |
IServiceManagerCallbackProxy
IServiceManagerCallbackProxy represents the proxy callback interface to a
Shirako actor acting in the service manager role. |
| Methods in orca.shirako.api with parameters of type IClientCallbackProxy | |
|---|---|
void |
IBrokerPublic.claim(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
Services a request to claim a previously exported ticket. |
void |
IKernelWrapper.claimRequest(BrokerReservation reservation,
AuthToken caller,
IClientCallbackProxy callback)
Processes a request to claim a pre-reserved "will call" ticket. |
void |
IBrokerPublic.ticket(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
Services an incoming request for a new ticket. |
void |
IKernelWrapper.ticketRequest(BrokerReservation reservation,
AuthToken caller,
IClientCallbackProxy callback,
boolean compareSequenceNumbers)
Processes an incoming request for a new ticket. |
| Uses of IClientCallbackProxy in orca.shirako.core |
|---|
| Methods in orca.shirako.core with parameters of type IClientCallbackProxy | |
|---|---|
void |
Broker.claim(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
|
void |
Authority.claim(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
|
void |
Broker.ticket(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
|
void |
Authority.ticket(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
|
| Uses of IClientCallbackProxy in orca.shirako.kernel |
|---|
| Fields in orca.shirako.kernel declared as IClientCallbackProxy | |
|---|---|
protected IClientCallbackProxy |
ReservationClient.callback
Callback object for callbacks on operations issued from this class. |
| Methods in orca.shirako.kernel with parameters of type IClientCallbackProxy | |
|---|---|
void |
KernelWrapper.claimRequest(BrokerReservation reservation,
AuthToken caller,
IClientCallbackProxy callback)
|
protected void |
ReservationClient.prepare(IClientCallbackProxy callback,
LoggingTool logger)
Prepares for a ticket request on a new reservation object. |
void |
KernelWrapper.ticketRequest(BrokerReservation reservation,
AuthToken caller,
IClientCallbackProxy callback,
boolean compareSequenceNumbers)
|
| Uses of IClientCallbackProxy in orca.shirako.proxies.local |
|---|
| Classes in orca.shirako.proxies.local that implement IClientCallbackProxy | |
|---|---|
class |
LocalReturn
Callback object to an actor residing in the same container as the caller. |
| Methods in orca.shirako.proxies.local with parameters of type IClientCallbackProxy | |
|---|---|
void |
LocalBroker.claim(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
Claim an exported "will call" ticket |
void |
LocalBroker.ticket(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken caller)
Create a ticket |
| Uses of IClientCallbackProxy in orca.shirako.proxies.soap |
|---|
| Classes in orca.shirako.proxies.soap that implement IClientCallbackProxy | |
|---|---|
class |
SoapReturn
Implements an actor callback using SOAP. |
| Methods in orca.shirako.proxies.soap with parameters of type IClientCallbackProxy | |
|---|---|
void |
SoapBrokerProxy.claim(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken authToken)
Services a request to claim a previously exported ticket. |
void |
SoapBrokerProxy.ticket(ResourceReservation reservation,
IClientCallbackProxy callback,
AuthToken authToken)
Services an incoming request for a new ticket. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||