Package org.jboss.as.ejb3.subsystem
Class EjbNameRegexService
- java.lang.Object
-
- org.jboss.as.ejb3.subsystem.EjbNameRegexService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<EjbNameRegexService>,org.jboss.msc.value.Value<EjbNameRegexService>
public class EjbNameRegexService extends Object implements org.jboss.msc.service.Service<EjbNameRegexService>
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description EjbNameRegexService(boolean defaultDistinctName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EjbNameRegexServicegetValue()booleanisEjbNameRegexAllowed()voidsetEjbNameRegexAllowed(boolean ejbNameRegexAllowed)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Specified by:
startin interfaceorg.jboss.msc.service.Service<EjbNameRegexService>- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<EjbNameRegexService>
-
getValue
public EjbNameRegexService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<EjbNameRegexService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
isEjbNameRegexAllowed
public boolean isEjbNameRegexAllowed()
-
setEjbNameRegexAllowed
public void setEjbNameRegexAllowed(boolean ejbNameRegexAllowed)
-
-