|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceProxyAccessor
Provides a means to obtain a client-side proxy from a "base" service object.
This interface is typically implemented by a service implementation
and/or it's remote activatable reference, if any, to allow the service
to return the object of its choice for a client-side reference.
When a non-activatable service is created,
NonActivatableServiceDescriptor.create()
,
returns the result from <impl>.getServiceProxy()
,
if supported, where <impl>
is the service implementation
instance.
When an activatable service is created,
SharedActivatableServiceDescriptor.create()
,
returns the result of <act_ref>.getServiceProxy()
,
if supported, where <act_ref>
is the service reference
returned by the call to
ActivationID.activate()
.
NonActivatableServiceDescriptor
,
SharedActivatableServiceDescriptor
,
ActivationID
Method Summary | |
---|---|
Object |
getServiceProxy()
Returns a proxy object for this object. |
Method Detail |
---|
Object getServiceProxy() throws RemoteException
null
.
RemoteException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |