hep.graphics.heprep.corba.idl
Class _HepRepStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by hep.graphics.heprep.corba.idl._HepRepStub
All Implemented Interfaces:
HepRep, HepRepOperations, Serializable, Object, IDLEntity

public class _HepRepStub
extends ObjectImpl
implements HepRep

hep/graphics/heprep/corba/idl/_HepRepStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /Users/duns/svn/freehep/heprep/freehep-heprep/target/checkout/src/main/idl/HepRep.idl Thursday, October 18, 2007 11:31:22 PM CEST

See Also:
Serialized Form

Constructor Summary
_HepRepStub()
           
 
Method Summary
 String[] _ids()
           
 String checkForException()
           
 HepRepInstanceTree getInstances(String instanceTreeName, String instanceTreeVersion, String[] typeNames)
           
 HepRepInstanceTree getInstancesAfterAction(String instanceTreeName, String instanceTreeVersion, String[] typeNames, HepRepAction[] actions, boolean getPoints, boolean getDrawAtts, boolean getNonDrawAtts, String[] invertAtts)
           
 HepRepInstanceTree getInstanceTreeTop(String instanceTreeName, String instanceTreeVersion)
           
 String[] getLayerOrder()
           
 HepRepTypeTree getTypeTree(String typeTreeName, String typeTreeVersion)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_HepRepStub

public _HepRepStub()
Method Detail

getInstanceTreeTop

public HepRepInstanceTree getInstanceTreeTop(String instanceTreeName,
                                             String instanceTreeVersion)
Specified by:
getInstanceTreeTop in interface HepRepOperations

getTypeTree

public HepRepTypeTree getTypeTree(String typeTreeName,
                                  String typeTreeVersion)
Specified by:
getTypeTree in interface HepRepOperations

getInstances

public HepRepInstanceTree getInstances(String instanceTreeName,
                                       String instanceTreeVersion,
                                       String[] typeNames)
Specified by:
getInstances in interface HepRepOperations

getInstancesAfterAction

public HepRepInstanceTree getInstancesAfterAction(String instanceTreeName,
                                                  String instanceTreeVersion,
                                                  String[] typeNames,
                                                  HepRepAction[] actions,
                                                  boolean getPoints,
                                                  boolean getDrawAtts,
                                                  boolean getNonDrawAtts,
                                                  String[] invertAtts)
Specified by:
getInstancesAfterAction in interface HepRepOperations

getLayerOrder

public String[] getLayerOrder()
Specified by:
getLayerOrder in interface HepRepOperations

checkForException

public String checkForException()
Specified by:
checkForException in interface HepRepOperations

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl


Copyright © 2000-2007 FreeHEP. All Rights Reserved.