FreeHEP API
Version v1.2.2

hep.aida.ref.remote.rmi.interfaces
Interface RmiServer

All Superinterfaces:
Remote
All Known Implementing Classes:
RmiServerImpl

public interface RmiServer
extends Remote

Author:
serbo

Method Summary
 RmiServant connectDuplex(RmiClient client)
           
 RmiServant connectNonDuplex(String clientID)
           
 boolean disconnectDuplex(RmiClient client)
           
 boolean disconnectNonDuplex(String clientID)
           
 String getBindName()
           
 boolean supportDuplexMode()
           
 String treeName()
           
 

Method Detail

getBindName

public String getBindName()
                   throws RemoteException
RemoteException

connectDuplex

public RmiServant connectDuplex(RmiClient client)
                         throws RemoteException
RemoteException

connectNonDuplex

public RmiServant connectNonDuplex(String clientID)
                            throws RemoteException
RemoteException

disconnectDuplex

public boolean disconnectDuplex(RmiClient client)
                         throws RemoteException
RemoteException

disconnectNonDuplex

public boolean disconnectNonDuplex(String clientID)
                            throws RemoteException
RemoteException

supportDuplexMode

public boolean supportDuplexMode()
                          throws RemoteException
RemoteException

treeName

public String treeName()
                throws RemoteException
RemoteException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.