| Constructor and Description |
|---|
RemotingResources() |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
connectors()
Get the list of Connector resources
|
List<HttpConnector> |
httpConnectors()
Get the list of HttpConnector resources
|
List<LocalOutboundConnection> |
localOutboundConnections()
Get the list of LocalOutboundConnection resources
|
List<OutboundConnection> |
outboundConnections()
Get the list of OutboundConnection resources
|
List<RemoteOutboundConnection> |
remoteOutboundConnections()
Get the list of RemoteOutboundConnection resources
|
public List<HttpConnector> httpConnectors()
public List<Connector> connectors()
public List<OutboundConnection> outboundConnections()
public List<LocalOutboundConnection> localOutboundConnections()
public List<RemoteOutboundConnection> remoteOutboundConnections()
Copyright © 2015 JBoss by Red Hat. All rights reserved.