public class RuntimeService
extends org.jboss.msc.service.AbstractService<org.jboss.gravia.runtime.Runtime>
Runtime.| Constructor and Description |
|---|
RuntimeService() |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getRuntimeProperties() |
protected org.jboss.as.server.ServerEnvironment |
getServerEnvironment() |
org.jboss.gravia.runtime.Runtime |
getValue() |
org.jboss.msc.service.ServiceController<org.jboss.gravia.runtime.Runtime> |
install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler) |
void |
start(org.jboss.msc.service.StartContext startContext) |
public org.jboss.msc.service.ServiceController<org.jboss.gravia.runtime.Runtime> install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.as.controller.ServiceVerificationHandler verificationHandler)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<org.jboss.gravia.runtime.Runtime>start in class org.jboss.msc.service.AbstractService<org.jboss.gravia.runtime.Runtime>org.jboss.msc.service.StartExceptionpublic org.jboss.gravia.runtime.Runtime getValue()
throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<org.jboss.gravia.runtime.Runtime>getValue in class org.jboss.msc.service.AbstractService<org.jboss.gravia.runtime.Runtime>IllegalStateExceptionprotected org.jboss.as.server.ServerEnvironment getServerEnvironment()
protected Properties getRuntimeProperties()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.