|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for remote object wrapping an implementation. This interface is used for
implementation of CS_CoordinateSystem
and its friends. Remote
methods are usually executed on the server side, not the client side. However, if a
user chooses to wrap a CS_CoordinateSystem
interface into a
CoordinateSystem
concrete class, then the getImplementation()
method may be used for faster and more accurate wrapping: we get directly the underlying
implementation instead of building it from many methods invocations.
This interface is used internally by Geotools implementations only, for optimization purpose.
Method Summary | |
java.io.Serializable |
getImplementation()
Deprecated. Returns the underlying implementation used by this proxy. |
Method Detail |
public java.io.Serializable getImplementation() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |