|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.persistence.GCUBERIPersistenceManagerProfile
public class GCUBERIPersistenceManagerProfile
Models the configuration of a GCUBERIPersistenceManager.
| Field Summary | |
|---|---|
static int |
DEFAULT_MONITORING_INTERVAL
Default monitoring interval. |
| Constructor Summary | |
|---|---|
GCUBERIPersistenceManagerProfile()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_MONITORING_INTERVAL
| Constructor Detail |
|---|
public GCUBERIPersistenceManagerProfile()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||