|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MockServer in org.jboss.ejb3.testremote.server |
---|
Method parameters in org.jboss.ejb3.testremote.server with type arguments of type MockServer | |
---|---|
void |
MockServerController.startServer(Class<? extends MockServer> serverClass)
Creates a remote process (JVM) to launch the MockServer
and then sends a MockServer.MockServerRequest.START request to start the
server |
void |
MockServerController.startServer(Class<? extends MockServer> serverClass,
String[] arguments)
Creates a remote process (JVM) to launch the MockServer
and then sends a MockServer.MockServerRequest.START request to start the
server |
void |
MockServerController.startServer(String envVarJavaHome,
Class<? extends MockServer> serverClass)
|
void |
MockServerController.startServer(String envVarJavaHome,
Class<? extends MockServer> serverClass,
String[] arguments)
Creates a remote process (JVM) to launch the MockServer
and then sends a MockServer.MockServerRequest.START request to start the
server |
Constructors in org.jboss.ejb3.testremote.server with parameters of type MockServer | |
---|---|
MockServerInvocationHandler(MockServer mockServer)
Constructor |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |