public class GCUBERIPersistenceManagerProfile extends Object implements org.globus.wsrf.jndi.Initializable
GCUBERIPersistenceManager.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MONITORING_INTERVAL
Default monitoring interval.
|
| Constructor and Description |
|---|
GCUBERIPersistenceManagerProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified name of the subclass of
GCUBERIPersistenceManager to be configured. |
String |
getExcludes()
Returns the list of exclude directives.
|
Integer |
getMonitoringInterval()
Returns the monitoring interval.
|
void |
initialize()
Initialise the instance.
|
void |
setClassName(String className)
Sets the fully qualified name of the subclass of
GCUBERIPersistenceManager to be configured. |
void |
setExcludes(String excludes)
Sets the list of exclude directives as a comma-separated string.
|
void |
setMonitoringInterval(Integer monitoringInterval)
Sets the monitoring interval.
|
public static final int DEFAULT_MONITORING_INTERVAL
public void initialize()
throws Exception
initialize in interface org.globus.wsrf.jndi.InitializableExceptionpublic String getClassName()
GCUBERIPersistenceManager to be configured.public void setClassName(String className)
GCUBERIPersistenceManager to be configured.className - the name.public Integer getMonitoringInterval()
public void setMonitoringInterval(Integer monitoringInterval)
monitoringInterval - the interval.public void setExcludes(String excludes)
excludes - the list.public String getExcludes()
Copyright © 2015. All Rights Reserved.