org.jboss.ejb3
Interface EJB3DeployerMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.SubDeployerMBean

public interface EJB3DeployerMBean
extends org.jboss.deployment.SubDeployerMBean

EJB3Deployer MBean interface.

Version:
$Revision: 61136 $
Author:
Bill Burke

Field Summary
static ObjectName OBJECT_NAME
          The default ObjectName
 
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
 
Method Summary
 Properties getDefaultProperties()
          Default properties
 void setJarsIgnoredForScanning(JarsIgnoredForScanningMBean mbean)
          Jar files to ignore
 
Methods inherited from interface org.jboss.deployment.SubDeployerMBean
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes, init, start, stop
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
The default ObjectName

Method Detail

getDefaultProperties

Properties getDefaultProperties()
Default properties


setJarsIgnoredForScanning

void setJarsIgnoredForScanning(JarsIgnoredForScanningMBean mbean)
Jar files to ignore



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.