JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.web.jboss
Class ReplicationConfig

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.web.jboss.ReplicationConfig
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData
Direct Known Subclasses:
ReplicationConfig60

public class ReplicationConfig
extends IdMetaDataImpl

Represents a element of the jboss-web.xml deployment descriptor

Version:
$Revision: 83549 $
Author:
William DeCoste
See Also:
Serialized Form

Field Summary
protected  Integer backups
           
protected  String cacheName
           
protected  Boolean fieldBatchMode
           
protected  ReplicationGranularity granularity
           
protected  Integer maxUnreplicatedInterval
           
protected  ReplicationMode mode
           
protected  String sessionNotificationPolicy
           
protected  Integer snapshotInterval
           
protected  SnapshotMode snapshotMode
           
protected  ReplicationTrigger trigger
           
protected  Boolean useJK
           
 
Constructor Summary
ReplicationConfig()
           
 
Method Summary
 Integer getBackups()
           
 String getCacheName()
           
 Integer getMaxUnreplicatedInterval()
           
 Boolean getReplicationFieldBatchMode()
           
 ReplicationGranularity getReplicationGranularity()
           
 ReplicationMode getReplicationMode()
           
 ReplicationTrigger getReplicationTrigger()
           
 String getSessionNotificationPolicy()
           
 Integer getSnapshotInterval()
           
 SnapshotMode getSnapshotMode()
           
 Boolean getUseJK()
           
 void setBackups(Integer backups)
           
 void setCacheName(String cacheName)
           
 void setMaxUnreplicatedInterval(Integer maxUnreplicatedInterval)
           
 void setReplicationFieldBatchMode(Boolean fieldBatchMode)
           
 void setReplicationGranularity(ReplicationGranularity granularity)
           
 void setReplicationMode(ReplicationMode mode)
           
 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, 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

mode

protected ReplicationMode mode

backups

protected Integer backups
Constructor Detail

ReplicationConfig

public ReplicationConfig()
Method Detail

getBackups

public Integer getBackups()

setBackups

public void setBackups(Integer backups)

getReplicationMode

public ReplicationMode getReplicationMode()

setReplicationMode

public void setReplicationMode(ReplicationMode mode)

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()
Overrides:
toString in class Object

JBoss Metadata Web 7.1.1.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.