javax.management.remote.rmi
Interface RMIServer

All Superinterfaces:
Remote
All Known Implementing Classes:
RMIIIOPServerImpl, RMIJRMPServerImpl, RMIServerImpl

public interface RMIServer
extends Remote

Author:
Tom Elrod

Method Summary
 String getVersion()
           
 RMIConnection newClient(Object credentials)
           
 

Method Detail

getVersion

String getVersion()
                  throws RemoteException
Throws:
RemoteException

newClient

RMIConnection newClient(Object credentials)
                        throws IOException
Throws:
IOException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.