KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > rmi > RMIServer

javax.management.remote.rmi
Interface RMIServer

All Superinterfaces:
Remote
All Known Implementing Classes:
RMIIIOPServerImpl, RMIJRMPServerImpl, RMIServerImpl, RMIServerImpl_Stub
See Also:
Source Code

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


RMIConnection newClient(Object credentials)
                        throws IOException
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags