extensions.gem
Class moduleServerBean
java.lang.Object
|
+--extensions.gem.moduleServerBean
- public class moduleServerBean
- extends java.lang.Object
Program: moduleServerBean.java
Comments: This is based on the old ServerServlet.java program. This
creates all of the modules that the user will need
and provides accessor methods for them.
This Bean will usually need at least session scope so that it lives
between pages.
Field Summary |
extensions.gem.BOA |
boa
|
extensions.gem.WebFlowContext |
jspClient
|
extensions.gem.WebFlowContext |
master
|
org.omg.CORBA.ORB |
orb
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
orb
public org.omg.CORBA.ORB orb
boa
public extensions.gem.BOA boa
master
public extensions.gem.WebFlowContext master
jspClient
public extensions.gem.WebFlowContext jspClient
moduleServerBean
public moduleServerBean()
- Constructor with no argument
init
public void init(java.lang.String ior)
- Initialize everything
restoreChildren
public void restoreChildren(extensions.gem.WebFlowContext context)
restoreContext
public extensions.gem.WebFlowContext restoreContext(extensions.gem.WebFlowContext p,
java.lang.String name)
getContextManager
public extensions.gem.ContextManager getContextManager()
- Now define all of the accessor methods that we will need.
getFileBrowser
public extensions.gem.FBServer getFileBrowser()
getRemoteFile
public extensions.gem.RemoteFile getRemoteFile()
getSerialHash
public extensions.gem.SerialHash getSerialHash()
getSubmitJob
public extensions.gem.submitJob getSubmitJob()
getIorUrl
public java.lang.String getIorUrl()