Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbossweb60.ReplicationConfigType

Packages that use ReplicationConfigType
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ReplicationConfigType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ReplicationConfigType
 ReplicationConfigType<T> ReplicationConfigType.backups(Integer backups)
          Sets the backups element
 ReplicationConfigType<T> ReplicationConfigType.cacheName(String cacheName)
          Sets the cache-name element
 ReplicationConfigType<JbossWebType<T>> JbossWebType.getOrCreateReplicationConfig()
          If not already created, a new replication-config element with the given value will be created.
 ReplicationConfigType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateReplicationConfig()
          If not already created, a new replication-config element with the given value will be created.
 ReplicationConfigType<T> ReplicationConfigType.maxUnreplicatedInterval(Integer maxUnreplicatedInterval)
          Sets the max-unreplicated-interval element
 ReplicationConfigType<T> ReplicationConfigType.removeBackups()
          Removes the backups element
 ReplicationConfigType<T> ReplicationConfigType.removeCacheName()
          Removes the cache-name element
 ReplicationConfigType<T> ReplicationConfigType.removeMaxUnreplicatedInterval()
          Removes the max-unreplicated-interval element
 ReplicationConfigType<T> ReplicationConfigType.removeReplicationGranularity()
          Removes the replication-granularity attribute
 ReplicationConfigType<T> ReplicationConfigType.removeReplicationMode()
          Removes the replication-mode attribute
 ReplicationConfigType<T> ReplicationConfigType.removeReplicationTrigger()
          Removes the replication-trigger attribute
 ReplicationConfigType<T> ReplicationConfigType.removeSessionNotificationPolicy()
          Removes the session-notification-policy element
 ReplicationConfigType<T> ReplicationConfigType.removeSnapshotInterval()
          Removes the snapshot-interval element
 ReplicationConfigType<T> ReplicationConfigType.removeSnapshotMode()
          Removes the snapshot-mode attribute
 ReplicationConfigType<T> ReplicationConfigType.removeUseJk()
          Removes the use-jk attribute
 ReplicationConfigType<T> ReplicationConfigType.replicationGranularity(ReplicationGranularityType replicationGranularity)
          Sets the replication-granularity element
 ReplicationConfigType<T> ReplicationConfigType.replicationGranularity(String replicationGranularity)
          Sets the replication-granularity element
 ReplicationConfigType<T> ReplicationConfigType.replicationMode(ReplicationModeType replicationMode)
          Sets the replication-mode element
 ReplicationConfigType<T> ReplicationConfigType.replicationMode(String replicationMode)
          Sets the replication-mode element
 ReplicationConfigType<T> ReplicationConfigType.replicationTrigger(ReplicationTriggerType replicationTrigger)
          Sets the replication-trigger element
 ReplicationConfigType<T> ReplicationConfigType.replicationTrigger(String replicationTrigger)
          Sets the replication-trigger element
 ReplicationConfigType<T> ReplicationConfigType.sessionNotificationPolicy(String sessionNotificationPolicy)
          Sets the session-notification-policy element
 ReplicationConfigType<T> ReplicationConfigType.snapshotInterval(Integer snapshotInterval)
          Sets the snapshot-interval element
 ReplicationConfigType<T> ReplicationConfigType.snapshotMode(SnapshotModeType snapshotMode)
          Sets the snapshot-mode element
 ReplicationConfigType<T> ReplicationConfigType.snapshotMode(String snapshotMode)
          Sets the snapshot-mode element
 ReplicationConfigType<T> ReplicationConfigType.useJk(GenericBooleanType useJk)
          Sets the use-jk element
 ReplicationConfigType<T> ReplicationConfigType.useJk(String useJk)
          Sets the use-jk element
 



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