hep.graphics.heprep.rmi
Class RMIHepRep
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
hep.graphics.heprep.rmi.RMIHepRep
- All Implemented Interfaces:
- Remote, RMIHepRepServer, Serializable
- public class RMIHepRep
- extends UnicastRemoteObject
- implements Remote, RMIHepRepServer
- Version:
- $Id: RMIHepRep.java,v 1.10 2003/12/02 23:46:43 duns Exp $
- Author:
- M.Donszelmann
- See Also:
- Serialized Form
- Source Code:
- RMIHepRep.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
RMIHepRep
public RMIHepRep()
throws RemoteException
getLayerOrder
public List getLayerOrder()
throws RemoteException
- Specified by:
getLayerOrder
in interface RMIHepRepServer
- Throws:
RemoteException
getTypeTree
public HepRepTypeTree getTypeTree(String name,
String version)
throws RemoteException
- Specified by:
getTypeTree
in interface RMIHepRepServer
- Throws:
RemoteException
getInstanceTreeTop
public HepRepInstanceTree getInstanceTreeTop(String name,
String version)
throws RemoteException
- Specified by:
getInstanceTreeTop
in interface RMIHepRepServer
- Throws:
RemoteException
getInstances
public HepRepInstanceTree getInstances(String name,
String version,
String[] typeNames)
throws RemoteException
- Specified by:
getInstances
in interface RMIHepRepServer
- Throws:
RemoteException
getInstancesAfterAction
public HepRepInstanceTree getInstancesAfterAction(String name,
String version,
String[] typeNames,
HepRepAction[] actions,
boolean getPoints,
boolean getDrawAtts,
boolean getNonDrawAtts,
String[] invertAtts)
throws RemoteException
- Specified by:
getInstancesAfterAction
in interface RMIHepRepServer
- Throws:
RemoteException
checkForException
public String checkForException()
throws RemoteException
- Specified by:
checkForException
in interface RMIHepRepServer
- Throws:
RemoteException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.