KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > RemoteRef

java.rmi.server
Interface RemoteRef

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
ServerRef
See Also:
Top Examples, Source Code, RemoteStub

@Deprecated
void done(RemoteCall call)
          throws RemoteException
See Also:
invoke(Remote,java.lang.reflect.Method,Object[],long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getRefClass(ObjectOutput out)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object invoke(Remote obj,
              Method method,
              Object[] params,
              long opnum)
              throws Exception
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
void invoke(RemoteCall call)
            throws Exception
See Also:
invoke(Remote,java.lang.reflect.Method,Object[],long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
RemoteCall newCall(RemoteObject obj,
                              Operation[] op,
                              int opnum,
                              long hash)
                   throws RemoteException
See Also:
invoke(Remote,java.lang.reflect.Method,Object[],long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final String packagePrefix
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean remoteEquals(RemoteRef obj)
See Also:
Hashtable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int remoteHashCode()
See Also:
Hashtable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String remoteToString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final long serialVersionUID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags