站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WSRPDeployer - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.deployment
Class WSRPDeployer

java.lang.Object
  extended byorg.jboss.mx.util.JBossNotificationBroadcasterSupport
      extended byorg.jboss.system.ServiceMBeanSupport
          extended byorg.jboss.deployment.SubDeployerSupport
              extended byorg.jboss.portal.wsrp.deployment.WSRPDeployer
All Implemented Interfaces:
javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.SubDeployer, org.jboss.deployment.SubDeployerExt, org.jboss.deployment.SubDeployerExtMBean, org.jboss.deployment.SubDeployerMBean, WSRPDeployerMBean

public class WSRPDeployer
extends org.jboss.deployment.SubDeployerSupport
implements WSRPDeployerMBean

Version:
$Revision: 5440 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class org.jboss.deployment.SubDeployerSupport
org.jboss.deployment.SubDeployerSupport.ClassConfiguration
 
Field Summary
private static java.lang.String[] DEFAULT_ENHANCED_SUFFIXES
          .
private  java.lang.String defaultWSRPLocation
          .
private  java.net.URL deployedDefaultWSRPURL
          .
private  FederatingPortletInvoker federatingPortletInvoker
          .
 
Fields inherited from class org.jboss.deployment.SubDeployerSupport
CONFIGURATION, enhancedSuffixes, mainDeployer, nativePrefix, nativeSuffix, relativeOrder, suffixes, tempDeployDir
 
Fields inherited from class org.jboss.system.ServiceMBeanSupport
log, server, SERVICE_CONTROLLER_SIG, serviceName
 
Fields inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Fields inherited from interface org.jboss.deployment.SubDeployer
CREATE_NOTIFICATION, DESTROY_NOTIFICATION, INIT_NOTIFICATION, RELATIVE_ORDER_100, RELATIVE_ORDER_200, RELATIVE_ORDER_300, RELATIVE_ORDER_400, RELATIVE_ORDER_500, RELATIVE_ORDER_600, RELATIVE_ORDER_700, RELATIVE_ORDER_800, RELATIVE_ORDER_900, START_NOTIFICATION, STOP_NOTIFICATION
 
Constructor Summary
WSRPDeployer()
           
 
Method Summary
protected  void createService()
           
protected  void destroyService()
           
 java.lang.String getDefaultWSRPLocation()
           
 FederatingPortletInvoker getFederatingPortletInvoker()
           
 void init(org.jboss.deployment.DeploymentInfo di)
           
 void setDefaultWSRPLocation(java.lang.String defaultWSRPLocation)
           
 void setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker)
           
 void start(org.jboss.deployment.DeploymentInfo di)
           
protected  void startService()
           
 void stop(org.jboss.deployment.DeploymentInfo di)
           
protected  void stopService()
           
 
Methods inherited from class org.jboss.deployment.SubDeployerSupport
accepts, addDeployableFiles, addDeployableJar, create, deployUrl, destroy, emitNotification, getEnhancedSuffixes, getRelativeOrder, getSuffixes, isDeployable, processNestedDeployments, setEnhancedSuffixes, setRelativeOrder, setSuffixes
 
Methods inherited from class org.jboss.system.ServiceMBeanSupport
create, destroy, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop
 
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.deployment.SubDeployerExtMBean
getEnhancedSuffixes, setEnhancedSuffixes
 
Methods inherited from interface org.jboss.deployment.SubDeployerMBean
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 
Methods inherited from interface org.jboss.deployment.SubDeployer
getServiceName
 

Field Detail

DEFAULT_ENHANCED_SUFFIXES

private static final java.lang.String[] DEFAULT_ENHANCED_SUFFIXES
.


federatingPortletInvoker

private FederatingPortletInvoker federatingPortletInvoker
.


deployedDefaultWSRPURL

private java.net.URL deployedDefaultWSRPURL
.


defaultWSRPLocation

private java.lang.String defaultWSRPLocation
.

Constructor Detail

WSRPDeployer

public WSRPDeployer()
Method Detail

getFederatingPortletInvoker

public FederatingPortletInvoker getFederatingPortletInvoker()
Specified by:
getFederatingPortletInvoker in interface WSRPDeployerMBean

setFederatingPortletInvoker

public void setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker)
Specified by:
setFederatingPortletInvoker in interface WSRPDeployerMBean

getDefaultWSRPLocation

public java.lang.String getDefaultWSRPLocation()
Specified by:
getDefaultWSRPLocation in interface WSRPDeployerMBean

setDefaultWSRPLocation

public void setDefaultWSRPLocation(java.lang.String defaultWSRPLocation)
Specified by:
setDefaultWSRPLocation in interface WSRPDeployerMBean

init

public void init(org.jboss.deployment.DeploymentInfo di)
          throws org.jboss.deployment.DeploymentException
Specified by:
init in interface org.jboss.deployment.SubDeployerMBean
Throws:
org.jboss.deployment.DeploymentException

createService

protected void createService()
                      throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start(org.jboss.deployment.DeploymentInfo di)
           throws org.jboss.deployment.DeploymentException
Specified by:
start in interface org.jboss.deployment.SubDeployerMBean
Throws:
org.jboss.deployment.DeploymentException

stop

public void stop(org.jboss.deployment.DeploymentInfo di)
          throws org.jboss.deployment.DeploymentException
Specified by:
stop in interface org.jboss.deployment.SubDeployerMBean
Throws:
org.jboss.deployment.DeploymentException

destroyService

protected void destroyService()
                       throws java.lang.Exception
Throws:
java.lang.Exception

startService

protected void startService()
                     throws java.lang.Exception
Throws:
java.lang.Exception

stopService

protected void stopService()
                    throws java.lang.Exception
Throws:
java.lang.Exception