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

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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.