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
- Source Code:
- RMIHepRepServer.java
 
| 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)
 | 
 
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
getLayerOrder
public List getLayerOrder()
                   throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
getTypeTree
public HepRepTypeTree getTypeTree(String name,
                                  String version)
                           throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
getInstanceTreeTop
public HepRepInstanceTree getInstanceTreeTop(String name,
                                             String version)
                                      throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
getInstances
public HepRepInstanceTree getInstances(String name,
                                       String version,
                                       String[] typeNames)
                                throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
getInstancesAfterAction
public HepRepInstanceTree getInstancesAfterAction(String name,
                                                  String version,
                                                  String[] typeNames,
                                                  HepRepAction[] actions,
                                                  boolean getPoints,
                                                  boolean getDrawAtts,
                                                  boolean getNonDrawAtts,
                                                  String[] invertAtts)
                                           throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
checkForException
public String checkForException()
                         throws RemoteException
- 
 
- 
- Throws:
- RemoteException
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.