FreeHEP API
Version current

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

Method Summary
 Object find(String path)
           
 String[] listObjectNames(String path, boolean recursive)
           
 String[] listObjectTypes(String path, boolean recursive)
           
 void setValid(String[] nodePaths)
           
 AidaUpdateEvent[] updates()
           
 

Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.