public class PersistentMemberDetails extends Object
Constructor and Description |
---|
PersistentMemberDetails(String host,
String directory,
String diskStoreId)
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirectory()
Returns the directory in which the
DiskStore is saved. |
String |
getDiskStoreId()
Returns the ID of the
DiskStore . |
String |
getHost()
Returns the name or IP address of the host on which the member is running.
|
@ConstructorProperties(value={"host","directory","diskStoreId"}) public PersistentMemberDetails(String host, String directory, String diskStoreId)
host
- the name or IP address of the host on which the member is runningdirectory
- the directory in which the DiskStore
is saveddiskStoreId
- the ID of the DiskStore
public String getHost()
public String getDirectory()
DiskStore
is saved.DiskStore
is savedpublic String getDiskStoreId()
DiskStore
.DiskStore