public static enum ContainerInstall.ConnectionType extends java.lang.Enum<ContainerInstall.ConnectionType>
| Enum Constant and Description |
|---|
CACHING_CLIENT_SERVER |
CLIENT_SERVER |
PEER_TO_PEER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enableLocalCache() |
java.lang.String |
getCacheXMLFileName() |
java.lang.String |
getName() |
boolean |
isClientServer() |
static ContainerInstall.ConnectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerInstall.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerInstall.ConnectionType PEER_TO_PEER
public static final ContainerInstall.ConnectionType CLIENT_SERVER
public static final ContainerInstall.ConnectionType CACHING_CLIENT_SERVER
public static ContainerInstall.ConnectionType[] values()
for (ContainerInstall.ConnectionType c : ContainerInstall.ConnectionType.values()) System.out.println(c);
public static ContainerInstall.ConnectionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.lang.String getCacheXMLFileName()
public boolean enableLocalCache()
public boolean isClientServer()