public interface StandaloneServer
Modifier and Type | Method and Description |
---|---|
void |
deploy(File file)
Deprecated.
|
Context |
getContext()
Retrieve a naming context for looking up references to session beans executing in
the embeddable container.
|
ModelControllerClient |
getModelControllerClient() |
org.jboss.msc.service.ServiceController<?> |
getService(org.jboss.msc.service.ServiceName serviceName) |
void |
start() |
void |
stop() |
void |
undeploy(File file)
Deprecated.
|
@Deprecated void deploy(File file) throws IOException, ExecutionException, InterruptedException
@Deprecated void undeploy(File file) throws ExecutionException, InterruptedException
Context getContext()
ModelControllerClient getModelControllerClient()
void start() throws ServerStartException
ServerStartException
void stop()
org.jboss.msc.service.ServiceController<?> getService(org.jboss.msc.service.ServiceName serviceName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.