|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.web.jboss.ReplicationConfig
public class ReplicationConfig
Represents a
Field Summary
protected String
cacheName
protected Boolean
fieldBatchMode
protected ReplicationGranularity
granularity
protected Integer
maxUnreplicatedInterval
protected String
sessionNotificationPolicy
protected Integer
snapshotInterval
protected SnapshotMode
snapshotMode
protected ReplicationTrigger
trigger
protected Boolean
useJK
Constructor Summary
ReplicationConfig()
Method Summary
String
getCacheName()
Integer
getMaxUnreplicatedInterval()
Boolean
getReplicationFieldBatchMode()
ReplicationGranularity
getReplicationGranularity()
ReplicationTrigger
getReplicationTrigger()
String
getSessionNotificationPolicy()
Integer
getSnapshotInterval()
SnapshotMode
getSnapshotMode()
Boolean
getUseJK()
void
setCacheName(String cacheName)
void
setMaxUnreplicatedInterval(Integer maxUnreplicatedInterval)
void
setReplicationFieldBatchMode(Boolean fieldBatchMode)
void
setReplicationGranularity(ReplicationGranularity granularity)
void
setReplicationTrigger(ReplicationTrigger trigger)
void
setSessionNotificationPolicy(String sessionNotificationPolicy)
void
setSnapshotInterval(Integer snapshotInterval)
void
setSnapshotMode(SnapshotMode snapshotMode)
void
setUseJK(Boolean useJK)
String
toString()
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Field Detail
trigger
protected ReplicationTrigger trigger
granularity
protected ReplicationGranularity granularity
fieldBatchMode
protected Boolean fieldBatchMode
cacheName
protected String cacheName
useJK
protected Boolean useJK
maxUnreplicatedInterval
protected Integer maxUnreplicatedInterval
snapshotMode
protected SnapshotMode snapshotMode
snapshotInterval
protected Integer snapshotInterval
sessionNotificationPolicy
protected String sessionNotificationPolicy
Constructor Detail
ReplicationConfig
public ReplicationConfig()
Method Detail
getReplicationTrigger
public ReplicationTrigger getReplicationTrigger()
setReplicationTrigger
public void setReplicationTrigger(ReplicationTrigger trigger)
getReplicationGranularity
public ReplicationGranularity getReplicationGranularity()
setReplicationGranularity
public void setReplicationGranularity(ReplicationGranularity granularity)
getReplicationFieldBatchMode
public Boolean getReplicationFieldBatchMode()
setReplicationFieldBatchMode
public void setReplicationFieldBatchMode(Boolean fieldBatchMode)
getCacheName
public String getCacheName()
setCacheName
public void setCacheName(String cacheName)
getSnapshotInterval
public Integer getSnapshotInterval()
setSnapshotInterval
public void setSnapshotInterval(Integer snapshotInterval)
getSnapshotMode
public SnapshotMode getSnapshotMode()
setSnapshotMode
public void setSnapshotMode(SnapshotMode snapshotMode)
getUseJK
public Boolean getUseJK()
setUseJK
public void setUseJK(Boolean useJK)
getMaxUnreplicatedInterval
public Integer getMaxUnreplicatedInterval()
setMaxUnreplicatedInterval
public void setMaxUnreplicatedInterval(Integer maxUnreplicatedInterval)
getSessionNotificationPolicy
public String getSessionNotificationPolicy()
setSessionNotificationPolicy
public void setSessionNotificationPolicy(String sessionNotificationPolicy)
toString
public String toString()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009 JBoss Inc.. All Rights Reserved.