public class CORBAHepRepPlugin extends org.freehep.application.studio.Plugin implements org.freehep.jas.services.DataSource, org.freehep.jas.services.FileHandler, CORBASourceFactory
| Constructor and Description |
|---|
CORBAHepRepPlugin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file) |
static Properties |
attach(HepEventServer server)
Attach the specified CORBA server.
|
CORBARecordSource |
createRecordSource(String name,
HepEventServer server,
Properties serverInfo)
Creates and returns a generic implementations of
CORBARecordSource. |
FileFilter |
getFileFilter() |
String |
getName() |
CORBASourceFactory |
getRecordSourceFactory(String serverName) |
org.freehep.swing.wizard.WizardPage |
getWizardPage() |
protected void |
init() |
void |
openFile(File file) |
String |
toString() |
protected void init()
throws IOException
init in class org.freehep.application.studio.PluginIOExceptionpublic String getName()
getName in interface org.freehep.jas.services.DataSourcepublic org.freehep.swing.wizard.WizardPage getWizardPage()
getWizardPage in interface org.freehep.jas.services.DataSourcepublic boolean accept(File file) throws IOException
accept in interface org.freehep.jas.services.FileHandlerIOExceptionpublic FileFilter getFileFilter()
getFileFilter in interface org.freehep.jas.services.FileHandlerpublic void openFile(File file) throws IOException
openFile in interface org.freehep.jas.services.FileHandlerIOExceptionpublic static Properties attach(HepEventServer server) throws IOException
IOExceptionpublic CORBARecordSource createRecordSource(String name, HepEventServer server, Properties serverInfo)
CORBARecordSource.createRecordSource in interface CORBASourceFactoryserver - HepEventServer object to be wrapped into CORBAServer.public CORBASourceFactory getRecordSourceFactory(String serverName)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.