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
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.