FreeHEP API
Version current

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

All Superinterfaces:
Remote
All Known Implementing Classes:
RmiServerImpl

public interface RmiServer
extends Remote

Author:
serbo
Source Code:
RmiServer.java

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
Throws:
RemoteException

connectDuplex

public RmiServant connectDuplex(RmiClient client)
                         throws RemoteException
Throws:
RemoteException

connectNonDuplex

public RmiServant connectNonDuplex(String clientID)
                            throws RemoteException
Throws:
RemoteException

disconnectDuplex

public boolean disconnectDuplex(RmiClient client)
                         throws RemoteException
Throws:
RemoteException

disconnectNonDuplex

public boolean disconnectNonDuplex(String clientID)
                            throws RemoteException
Throws:
RemoteException

supportDuplexMode

public boolean supportDuplexMode()
                          throws RemoteException
Throws:
RemoteException

treeName

public String treeName()
                throws RemoteException
Throws:
RemoteException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.