public class NoViewProcessApplicationStartService extends Object implements org.jboss.msc.service.Service<ProcessApplicationInterface>
Start Service for process applications that do not expose an EE Component View
(like ServletProcessApplication
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
reference |
Constructor and Description |
---|
NoViewProcessApplicationStartService(ProcessApplicationReference reference) |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationInterface |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
protected ProcessApplicationReference reference
public NoViewProcessApplicationStartService(ProcessApplicationReference reference)
public ProcessApplicationInterface getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<ProcessApplicationInterface>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<ProcessApplicationInterface>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<ProcessApplicationInterface>
Copyright © 2015. All rights reserved.