|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.remote.RemoteConverter hep.aida.ref.remote.rmi.converters.RmiConverter hep.aida.ref.remote.rmi.converters.RmiHist2DConverter
Field Summary |
Fields inherited from class hep.aida.ref.remote.RemoteConverter |
aidaType, dataType, protocol |
Method Summary | |
Object |
createAidaObject(String name)
Creates new instance of type "aidaType". |
RmiHist2DData |
createData(hep.aida.IHistogram2D hist)
Create RmiHist1DData structure from an IHistogram1D |
RmiHist2DData |
createData(hep.aida.IHistogram2D[] arr)
Create RmiHist1DData structure from an array of IHistogram1D |
Object |
extractData(Object aidaObject)
Extract data from AIDA object |
static RmiHist2DConverter |
getInstance()
Creates a new instance of RmiHist1DAdapter |
boolean |
updateAidaObject(Object aidaObject,
Object newData)
Updates data contained by object. |
hep.aida.IManagedObject |
updateData(RemoteHistogram2D hist,
RmiHist2DData data)
Update data in RemoteHistogram1d from RmiHist2DData and calls setDataValid(true) method. |
Methods inherited from class hep.aida.ref.remote.RemoteConverter |
aidaType, dataType, protocol |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RmiHist2DConverter getInstance()
public Object createAidaObject(String name)
RemoteConverter
createAidaObject
in class RemoteConverter
public Object extractData(Object aidaObject)
RemoteConverter
extractData
in class RemoteConverter
public boolean updateAidaObject(Object aidaObject, Object newData)
RemoteConverter
updateAidaObject
in class RemoteConverter
public hep.aida.IManagedObject updateData(RemoteHistogram2D hist, RmiHist2DData data)
public RmiHist2DData createData(hep.aida.IHistogram2D hist)
public RmiHist2DData createData(hep.aida.IHistogram2D[] arr)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |