public final class ViewService extends Object implements org.jboss.msc.service.Service<ComponentView>
Constructor and Description |
---|
ViewService(ViewConfiguration viewConfiguration) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<Component> |
getComponentInjector() |
ComponentView |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public ViewService(ViewConfiguration viewConfiguration)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<ComponentView>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<ComponentView>
public org.jboss.msc.inject.Injector<Component> getComponentInjector()
public ComponentView getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<ComponentView>
IllegalStateException
IllegalArgumentException
Copyright © 2015 JBoss by Red Hat. All rights reserved.