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() |
void |
start() |
void |
stop() |
void |
undeploy(File file)
Deprecated.
|
@Deprecated void deploy(File file) throws IOException, ExecutionException, InterruptedException
Context getContext()
ModelControllerClient getModelControllerClient()
void start() throws ServerStartException
ServerStartException
void stop()
@Deprecated void undeploy(File file) throws ExecutionException, InterruptedException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.