org.jboss.varia.deployment.convertor
Class WebLogicConvertor
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.varia.deployment.convertor.WebLogicConvertor
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, org.jboss.kernel.spi.dependency.KernelControllerContextAware, Service, ServiceMBean, Convertor, WebLogicConvertorMBean
public class WebLogicConvertor
- extends ServiceMBeanSupport
- implements Convertor, WebLogicConvertorMBean
Converts WebLogic applications.
- Version:
- $Revision: 81038 $
20020519 Andreas Schaefer:
- Author:
- Alex Loubyansky, Andreas Schaefer
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 |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebLogicConvertor
public WebLogicConvertor()
getDeployer
public String getDeployer()
- Specified by:
getDeployer
in interface WebLogicConvertorMBean
setDeployer
public void setDeployer(String name)
- Specified by:
setDeployer
in interface WebLogicConvertorMBean
getWlVersion
public String getWlVersion()
- Specified by:
getWlVersion
in interface WebLogicConvertorMBean
setWlVersion
public void setWlVersion(String wlVersion)
- Specified by:
setWlVersion
in interface WebLogicConvertorMBean
getRemoveTable
public String getRemoveTable()
- Specified by:
getRemoveTable
in interface WebLogicConvertorMBean
setRemoveTable
public void setRemoveTable(String removeTable)
- Specified by:
setRemoveTable
in interface WebLogicConvertorMBean
getDatasource
public String getDatasource()
- Specified by:
getDatasource
in interface WebLogicConvertorMBean
setDatasource
public void setDatasource(String datasource)
- Specified by:
setDatasource
in interface WebLogicConvertorMBean
getDatasourceMapping
public String getDatasourceMapping()
- Specified by:
getDatasourceMapping
in interface WebLogicConvertorMBean
setDatasourceMapping
public void setDatasourceMapping(String datasourceMapping)
- Specified by:
setDatasourceMapping
in interface WebLogicConvertorMBean
startService
public void startService()
- Overrides:
startService
in class ServiceMBeanSupport
stopService
public void stopService()
- Overrides:
stopService
in class ServiceMBeanSupport
accepts
public boolean accepts(URL url)
- Checks if the deployment can be converted to a JBoss deployment
by this converter.
- Specified by:
accepts
in interface Convertor
- Parameters:
url
- The url of deployment to be converted
- Returns:
- true if this converter is able to convert
convert
public void convert(DeploymentInfo di,
File path)
throws Exception
- Converts the necessary files to make the given deployment deployable
on JBoss
- Specified by:
convert
in interface Convertor
- Parameters:
di
- The deployment to be convertedpath
- Path of the extracted deployment
- Throws:
Exception
getXslParams
public Properties getXslParams()
- Returns the XSL parameters
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.