|
JBoss Remoting 3 3.2.13.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting3.Remoting
public final class Remoting
The standalone interface into Remoting. This class contains static methods that are useful to standalone programs for managing endpoints and services in a simple fashion.
Method Summary | |
---|---|
static Endpoint |
createEndpoint()
Create an anonymous endpoint. |
static Endpoint |
createEndpoint(org.xnio.OptionMap optionMap)
Create an anonymous endpoint. |
static Endpoint |
createEndpoint(String endpointName,
org.xnio.OptionMap optionMap)
Create a new endpoint with the given configuration. |
static Endpoint |
createEndpoint(String endpointName,
org.xnio.Xnio xnio,
org.xnio.OptionMap optionMap)
Create an endpoint with the given configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Endpoint createEndpoint(String endpointName, org.xnio.Xnio xnio, org.xnio.OptionMap optionMap) throws IOException
endpointName
- the name of the endpointxnio
- the XNIO instance to useoptionMap
- the options to configure the endpoint
IOException
- if an error occurspublic static Endpoint createEndpoint(String endpointName, org.xnio.OptionMap optionMap) throws IOException
endpointName
- the name of the endpointoptionMap
- the options to configure the endpoint
IOException
- if an error occurspublic static Endpoint createEndpoint(org.xnio.OptionMap optionMap) throws IOException
optionMap
- the options to configure the endpoint
IOException
- if an error occurspublic static Endpoint createEndpoint() throws IOException
IOException
- if an error occurs
|
JBoss Remoting 3 3.2.13.GA-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |