isStartOnVerifyEnabled() This method is used to find out if start-onverify is enabled.
When this is enabled components are started automatically when
an application has to be verified for them
This is controlled by the property com.sun.jbi.startOnVerify.
By default start-on-verify is enabled.
public boolean isFrameworkReady(boolean start)(Code)
Indicates whether or not the JBI framework has been fully started. This
method provides clients with a way of determining if the JBI framework
started up in passive mode as a result of on-demand initialization.
The 'start' parameter instructs the framework to
start completely if it has not already done so. If the framework has
already been started, the request to start again is ignored.
Parameters: start - requests that the framework start completely beforereturning. true if the framework is completely started, false otherwise.
This method is used to find out if start-onverify is enabled.
When this is enabled components are started automatically when
an application has to be verified for them
This is controlled by the property com.sun.jbi.startOnVerify.
By default start-on-verify is enabled.
It is disabled only if com.sun.jbi.startOnVerify=false.
setAppServerInstallRoot
public void setAppServerInstallRoot(String root)(Code)
setAppServerInstanceRoot
public void setAppServerInstanceRoot(String root)(Code)
setJbiInstallRoot
public void setJbiInstallRoot(String jbiRoot)(Code)
setJbiInstanceRoot
public void setJbiInstanceRoot(String jbiRoot)(Code)