Package | Description |
---|---|
org.jboss.as.remoting |
Modifier and Type | Method and Description |
---|---|
static EndpointService.EndpointType |
EndpointService.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
RemotingServices.installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type) |
static void |
RemotingServices.installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type,
org.xnio.OptionMap options) |
Constructor and Description |
---|
EndpointService(String nodeName,
EndpointService.EndpointType type,
org.xnio.OptionMap optionMap) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.