FreeHEP API
Version v1.2.2

hep.graphics.heprep.rmi
Interface RMIHepRepServer

All Superinterfaces:
Remote
All Known Implementing Classes:
RMIHepRep

public interface RMIHepRepServer
extends Remote

Version:
$Id: RMIHepRepServer.java,v 1.9 2003/12/02 23:46:43 duns Exp $
Author:
M.Donszelmann

Field Summary
static String cvsId
           
 
Method Summary
 String checkForException()
           
 HepRepInstanceTree getInstances(String name, String version, String[] typeNames)
           
 HepRepInstanceTree getInstancesAfterAction(String name, String version, String[] typeNames, HepRepAction[] actions, boolean getPoints, boolean getDrawAtts, boolean getNonDrawAtts, String[] invertAtts)
           
 HepRepInstanceTree getInstanceTreeTop(String name, String version)
           
 List getLayerOrder()
           
 HepRepTypeTree getTypeTree(String name, String version)
           
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Method Detail

getLayerOrder

public List getLayerOrder()
                   throws RemoteException
RemoteException

getTypeTree

public HepRepTypeTree getTypeTree(String name,
                                  String version)
                           throws RemoteException
RemoteException

getInstanceTreeTop

public HepRepInstanceTree getInstanceTreeTop(String name,
                                             String version)
                                      throws RemoteException
RemoteException

getInstances

public HepRepInstanceTree getInstances(String name,
                                       String version,
                                       String[] typeNames)
                                throws RemoteException
RemoteException

getInstancesAfterAction

public HepRepInstanceTree getInstancesAfterAction(String name,
                                                  String version,
                                                  String[] typeNames,
                                                  HepRepAction[] actions,
                                                  boolean getPoints,
                                                  boolean getDrawAtts,
                                                  boolean getNonDrawAtts,
                                                  String[] invertAtts)
                                           throws RemoteException
RemoteException

checkForException

public String checkForException()
                         throws RemoteException
RemoteException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.