public class JndiViewExtensionRegistry extends Object implements org.jboss.msc.service.Service<JndiViewExtensionRegistry>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
JndiViewExtensionRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(JndiViewExtension extension) |
JndiViewExtensionRegistry |
getValue() |
void |
removeExtension(JndiViewExtension extension) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<JndiViewExtensionRegistry>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<JndiViewExtensionRegistry>
public JndiViewExtensionRegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<JndiViewExtensionRegistry>
IllegalStateException
IllegalArgumentException
public void addExtension(JndiViewExtension extension)
public void removeExtension(JndiViewExtension extension)
Copyright © 2015 JBoss by Red Hat. All rights reserved.