|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.shirako.proxies.Proxy
orca.shirako.proxies.local.LocalProxy
orca.shirako.proxies.local.LocalReturn
public class LocalReturn
Callback object to an actor residing in the same container as the caller.
| Field Summary |
|---|
| Fields inherited from class orca.shirako.proxies.local.LocalProxy |
|---|
actorAuth, actorName, logger, PropertyLocalProxyActorName |
| Fields inherited from class orca.shirako.proxies.Proxy |
|---|
callback, PropertyProxyActorName, PropertyProxyCallback, PropertyProxyClass, PropertyProxyType, proxyType |
| Fields inherited from interface orca.shirako.api.IProxy |
|---|
ProxyTypeLocal, ProxyTypeSoap |
| Constructor Summary | |
|---|---|
LocalReturn()
|
|
LocalReturn(IActor sact)
Create a new callback to the specified actor |
|
| Method Summary | |
|---|---|
void |
updateLease(ResourceReservation r,
UpdateData udd,
AuthToken auth)
update the lease |
void |
updateTicket(ResourceReservation r,
UpdateData udd,
AuthToken auth)
Update the ticket |
| Methods inherited from class orca.shirako.proxies.local.LocalProxy |
|---|
getActor, getFactory, getIdentity, getName, query, reset, save |
| Methods inherited from class orca.shirako.proxies.Proxy |
|---|
abstractCloneAuthority, abstractCloneBroker, abstractCloneReturn, getGuid, getPlugin, getProxy, getType, recoverProxy, save |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface orca.shirako.api.IProxy |
|---|
getType |
| Methods inherited from interface orca.shirako.api.IActorIdentity |
|---|
getGuid, getIdentity, getName |
| Methods inherited from interface orca.shirako.api.ISerialize |
|---|
reset, save, save |
| Constructor Detail |
|---|
public LocalReturn()
public LocalReturn(IActor sact)
sact - The actor| Method Detail |
|---|
public void updateTicket(ResourceReservation r,
UpdateData udd,
AuthToken auth)
throws java.lang.Exception
updateTicket in interface IClientPublicr - Reservationudd - Status of the updateauth - AuthToken of the caller
java.lang.Exception
public void updateLease(ResourceReservation r,
UpdateData udd,
AuthToken auth)
throws java.lang.Exception
updateLease in interface IServiceManagerPublicr - the reservationudd - the new data for the ticketauth - the slice owner
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||