|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyAccessor
Provides a means to obtain a proxy from an exported remote object.
This interface is typically used in conjunction with activatable
remote objects. An activatable remote object can implement this
interface so that its proxy can be obtained once the object is
activated. If an activatable remote object does not implement this
interface, it must define a constructor that takes as arguments an
ActivationID
and a MarshalledObject
, and it must be serializable and marshalling
the object produces a suitable proxy for the remote object.
Method Summary | |
---|---|
Object |
getProxy()
Returns a proxy object for this remote object. |
Method Detail |
---|
Object getProxy()
null
is returned.
null
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |