|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.orbportability.common.OrbPortabilityEnvironmentBean
public class OrbPortabilityEnvironmentBean
A JavaBean containing assorted configuration properties for the Orb Portability layer.
Constructor Summary | |
---|---|
OrbPortabilityEnvironmentBean()
|
Method Summary | |
---|---|
java.lang.String |
getBindMechanism()
Returns the symbolic name of the configuration mechanism used for service bindings. |
java.lang.String |
getCorbaDiagnostics()
Deprecated. I'm not used - remove me |
java.lang.String |
getDefaultConfigurationFilename()
Deprecated. I'm unused, remove me. |
java.util.List<java.lang.String> |
getEventHandlers()
Returns the classnames for the ORB object connect/disconnect event handlers. |
java.lang.String |
getFileDir()
Returns the name of the directory to store reference files in. |
java.lang.String |
getInitialReferencesFile()
Returns the relative name of the file in which initial references are stored. |
java.lang.String |
getInitialReferencesRoot()
Returns the name of the directory in which the initial reference file is stored. |
java.lang.String |
getOaImplementation()
Returns the classname of the POAImple implementation. |
java.lang.String |
getOrbImplementation()
Returns the classname of the ORBImple implementation. |
java.lang.String |
getPropertiesFile()
Returns the name of the properties file. |
java.lang.String |
getResolveService()
Returns the symbolic name of the configuration mechanism for resolving service references. |
void |
setBindMechanism(java.lang.String bindMechanism)
Sets the symbolic name of the configuration mechanism used for service bindings. |
void |
setCorbaDiagnostics(java.lang.String corbaDiagnostics)
Unused. |
void |
setDefaultConfigurationFilename(java.lang.String defaultConfigurationFilename)
Sets the default name for the configuration file. |
void |
setEventHandlers(java.util.List<java.lang.String> eventHandlers)
Sets the classnames of the ORB object connect/disconnect event handlers. |
void |
setFileDir(java.lang.String fileDir)
Sets the name of the direcory to store reference files in. |
void |
setInitialReferencesFile(java.lang.String initialReferencesFile)
Sets the name of the initial references file. |
void |
setInitialReferencesRoot(java.lang.String initialReferencesRoot)
Sets the name of the directory in which the initial reference file is stored. |
void |
setOaImplementation(java.lang.String oaImplementation)
Sets the classname of the POAImple implementation. |
void |
setOrbImplementation(java.lang.String orbImplementation)
Sets the classname of the ORBImple implementation. |
void |
setPropertiesFile(java.lang.String propertiesFile)
Sets the name of the properties file. |
void |
setResolveService(java.lang.String resolveService)
Sets the symbolic name of the configuration mechanism for resolving service references. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrbPortabilityEnvironmentBean()
Method Detail |
---|
public java.lang.String getPropertiesFile()
getPropertiesFile
in interface OrbPortabilityEnvironmentBeanMBean
public void setPropertiesFile(java.lang.String propertiesFile)
setPropertiesFile
in interface OrbPortabilityEnvironmentBeanMBean
propertiesFile
- the name of the properties file.public java.lang.String getCorbaDiagnostics()
getCorbaDiagnostics
in interface OrbPortabilityEnvironmentBeanMBean
public void setCorbaDiagnostics(java.lang.String corbaDiagnostics)
setCorbaDiagnostics
in interface OrbPortabilityEnvironmentBeanMBean
corbaDiagnostics
- unused.public java.lang.String getInitialReferencesRoot()
getInitialReferencesRoot
in interface OrbPortabilityEnvironmentBeanMBean
public void setInitialReferencesRoot(java.lang.String initialReferencesRoot)
setInitialReferencesRoot
in interface OrbPortabilityEnvironmentBeanMBean
initialReferencesRoot
- the path to the directory.public java.lang.String getInitialReferencesFile()
getInitialReferencesFile
in interface OrbPortabilityEnvironmentBeanMBean
public void setInitialReferencesFile(java.lang.String initialReferencesFile)
setInitialReferencesFile
in interface OrbPortabilityEnvironmentBeanMBean
initialReferencesFile
- the file name, without directory path.public java.lang.String getFileDir()
getFileDir
in interface OrbPortabilityEnvironmentBeanMBean
public void setFileDir(java.lang.String fileDir)
setFileDir
in interface OrbPortabilityEnvironmentBeanMBean
fileDir
- the path to the reference file directory.public java.lang.String getResolveService()
getResolveService
in interface OrbPortabilityEnvironmentBeanMBean
public void setResolveService(java.lang.String resolveService)
setResolveService
in interface OrbPortabilityEnvironmentBeanMBean
resolveService
- the name of the service resolution configuration mechanism.public java.util.List<java.lang.String> getEventHandlers()
getEventHandlers
in interface OrbPortabilityEnvironmentBeanMBean
public void setEventHandlers(java.util.List<java.lang.String> eventHandlers)
setEventHandlers
in interface OrbPortabilityEnvironmentBeanMBean
eventHandlers
- a list of EventHandler implementation classnames.public java.lang.String getOrbImplementation()
getOrbImplementation
in interface OrbPortabilityEnvironmentBeanMBean
public void setOrbImplementation(java.lang.String orbImplementation)
setOrbImplementation
in interface OrbPortabilityEnvironmentBeanMBean
orbImplementation
- the name of the class implementing ORBImple.public java.lang.String getOaImplementation()
getOaImplementation
in interface OrbPortabilityEnvironmentBeanMBean
public void setOaImplementation(java.lang.String oaImplementation)
setOaImplementation
in interface OrbPortabilityEnvironmentBeanMBean
oaImplementation
- the name of the class implementing POAImple.public java.lang.String getBindMechanism()
getBindMechanism
in interface OrbPortabilityEnvironmentBeanMBean
public void setBindMechanism(java.lang.String bindMechanism)
setBindMechanism
in interface OrbPortabilityEnvironmentBeanMBean
bindMechanism
- the name of the service binding mechanism.public java.lang.String getDefaultConfigurationFilename()
getDefaultConfigurationFilename
in interface OrbPortabilityEnvironmentBeanMBean
public void setDefaultConfigurationFilename(java.lang.String defaultConfigurationFilename)
setDefaultConfigurationFilename
in interface OrbPortabilityEnvironmentBeanMBean
defaultConfigurationFilename
- the default name for the configuration file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |