hep.aida.ref.remote.rmi.interfaces
Interface RmiServant
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RmiServantImpl
- public interface RmiServant
- extends Remote
- Author:
- serbo
- Source Code:
- RmiServant.java
find
public Object find(String path)
throws RemoteException
- Throws:
RemoteException
listObjectNames
public String[] listObjectNames(String path,
boolean recursive)
throws RemoteException
- Throws:
RemoteException
listObjectTypes
public String[] listObjectTypes(String path,
boolean recursive)
throws RemoteException
- Throws:
RemoteException
setValid
public void setValid(String[] nodePaths)
throws RemoteException
- Throws:
RemoteException
updates
public AidaUpdateEvent[] updates()
throws RemoteException
- Throws:
RemoteException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.