public interface JGroupsStack
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<JGroupsProtocol> |
getProtocols() |
JGroupsTransport |
getTransport() |
String |
getTransportSocket() |
String |
getTransportType() |
String |
getType() |
void |
setName(String name) |
void |
setProtocols(List<JGroupsProtocol> protocols) |
void |
setTransport(JGroupsTransport transport) |
void |
setTransportSocket(String type) |
void |
setTransportType(String type) |
void |
setType(String type) |
String getName()
void setName(String name)
String getType()
void setType(String type)
String getTransportType()
void setTransportType(String type)
String getTransportSocket()
void setTransportSocket(String type)
List<JGroupsProtocol> getProtocols()
void setProtocols(List<JGroupsProtocol> protocols)
JGroupsTransport getTransport()
void setTransport(JGroupsTransport transport)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.