org.jboss.deployment
Class ObjectModelFactorySimpleSubDeployerSupport
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.deployment.SubDeployerSupport
org.jboss.deployment.SimpleSubDeployerSupport
org.jboss.deployment.ObjectModelFactorySimpleSubDeployerSupport
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, SubDeployer, SubDeployerExt, SubDeployerExtMBean, SubDeployerMBean, org.jboss.kernel.spi.dependency.KernelControllerContextAware, Service, ServiceMBean
public abstract class ObjectModelFactorySimpleSubDeployerSupport
- extends SimpleSubDeployerSupport
A simple subdeployer that deploys a managed object after parsing the
deployment's xml file using an ObjectModelFactory.
- Version:
- $Revision: 81033 $
- Author:
- Adrian Brock
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.deployment.SimpleSubDeployerSupport |
accepts, create, createService, destroy, destroyService, determineObjectName, getDeploymentClass, getExtension, getMetaDataResource, getMetaDataURL, getObjectName, init, postRegister, registerClassLoader, registerDeployment, resolveWatch, start, startService, stop, stopService, unregisterClassLoader, unregisterDeployment |
Methods inherited from class org.jboss.deployment.SubDeployerSupport |
addDeployableFiles, addDeployableJar, createService, deployUrl, destroyService, emitNotification, getEnhancedSuffixes, getRelativeOrder, getSuffixes, isDeployable, processNestedDeployments, setEnhancedSuffixes, setRelativeOrder, setSuffixes, startService, stopService |
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, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectModelFactorySimpleSubDeployerSupport
public ObjectModelFactorySimpleSubDeployerSupport()
getObjectModelFactory
public abstract org.jboss.xb.binding.ObjectModelFactory getObjectModelFactory()
- Get the object model factory
- Returns:
- the object model factory
parseMetaData
protected void parseMetaData(DeploymentInfo di,
URL url)
throws DeploymentException
- Description copied from class:
SimpleSubDeployerSupport
- Parse the meta data
- Specified by:
parseMetaData
in class SimpleSubDeployerSupport
- Parameters:
di
- the deployment infourl
- the location of the meta data
- Throws:
DeploymentException
- for any error
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.