| java.lang.Object com.sun.portal.admin.server.mbeans.PSResource com.sun.portal.fabric.mbeans.Portal
createAndFinalizeInstance | public synchronized void createAndFinalizeInstance(String instanceID, Properties wcProp) throws PSMBeanException(Code) | | The console and CLI are consumers of this method.
Attempts to create an instance on the host attribute specified in the
webconfig properties object passed as param.
The webcontainer is configured, and the instance is registered,
the wecontainer instance is restarted and the webapps are deployed
by this method.
|
createInstance | public synchronized void createInstance(String instanceID, Properties wcProp) throws PSMBeanException(Code) | | This method for consumption from the configurator
Attempts to create an instance on the local host. The webcontainer is
configured, and the instance is registered but the webapps are not
deployed by this method
|
deployAllWebApps | public void deployAllWebApps(String instance) throws PSMBeanException(Code) | | Deploy all the portal web applications to the web container
Parameters: instance - Instance id. If specified, only deploy to thisinstance |
getHosts | public Set getHosts() throws PSMBeanException(Code) | | This method returns a list of hostnames that are running instances of
this portal.
|
hasLocalInstance | public Boolean hasLocalInstance()(Code) | | This method returns a true if this Portal has an instance on the host
where this mbean is executing
|
undeployAllWebApps | public void undeployAllWebApps(String instance) throws PSMBeanException(Code) | | Uneploy all the portal web applications to the web container
Parameters: instance - Instance id. If specified, only undeploy from thisinstance |
Methods inherited from com.sun.portal.admin.server.mbeans.PSResource | public String getAttributeValue(String type, String name) throws PSMBeanException(Code)(Java Doc) public Set getAttributeValues(String type, String name) throws PSMBeanException(Code)(Java Doc) public String getDomainID()(Code)(Java Doc) public String getID()(Code)(Java Doc) public Map getMultipleAttributeValues(String type, Set names) throws PSMBeanException(Code)(Java Doc) public PSConfigContext getPSConfigContext()(Code)(Java Doc) public List getPath()(Code)(Java Doc) public PortalDomainContext getPortalDomainContext()(Code)(Java Doc) public String getStackTrace(Throwable t)(Code)(Java Doc) public void init(PSConfigContext cc, PortalDomainContext pdc, List path)(Code)(Java Doc) public Object invokeRemoteOperation(String host, ObjectName mBeanName, String operationName, Object[] params, String[] signature) throws PSMBeanException(Code)(Java Doc) protected boolean isResourceAvailable(String type, String id) throws PSMBeanException(Code)(Java Doc) public void setAttributeValue(String type, String name, String value) throws PSMBeanException(Code)(Java Doc) public void setAttributeValues(String type, String name, Set values) throws PSMBeanException(Code)(Java Doc) public void setMultipleAttributeValues(String type, Map attributes) throws PSMBeanException(Code)(Java Doc)
|
|
|