Uses of Class
org.jboss.as.remoting.EndpointService.EndpointType
-
Packages that use EndpointService.EndpointType Package Description org.jboss.as.remoting -
-
Uses of EndpointService.EndpointType in org.jboss.as.remoting
Methods in org.jboss.as.remoting that return EndpointService.EndpointType Modifier and Type Method Description static EndpointService.EndpointTypeEndpointService.EndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointService.EndpointType[]EndpointService.EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.remoting with parameters of type EndpointService.EndpointType Modifier and Type Method Description static voidRemotingServices. installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type)static voidRemotingServices. installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type, org.xnio.OptionMap options)Constructors in org.jboss.as.remoting with parameters of type EndpointService.EndpointType Constructor Description EndpointService(Consumer<org.jboss.remoting3.Endpoint> endpointConsumer, Supplier<org.xnio.XnioWorker> workerSupplier, String nodeName, EndpointService.EndpointType type, org.xnio.OptionMap optionMap)
-