com.bea.dsp.management.beans
Class SagaManagementConfig

java.lang.Object
  extended by com.bea.dsp.management.beans.SagaManagementConfig
All Implemented Interfaces:
Validatable, java.io.Serializable

public final class SagaManagementConfig
extends java.lang.Object
implements java.io.Serializable, Validatable

See Also:
Serialized Form

Method Summary
 java.lang.String getStoreLogicalName()
           
 boolean isEnabled()
           
 boolean isUsePersistentStore()
           
 void setEnabled(boolean enabled)
           
 void setStoreLogicalName(java.lang.String storeLogicalName)
           
 void setUsePersistentStore(boolean usePersistentStore)
           
 java.lang.String toString()
           
 void validate()
          Validates bean specific attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

getStoreLogicalName

public java.lang.String getStoreLogicalName()

setStoreLogicalName

public void setStoreLogicalName(java.lang.String storeLogicalName)

isUsePersistentStore

public boolean isUsePersistentStore()

setUsePersistentStore

public void setUsePersistentStore(boolean usePersistentStore)

validate

public void validate()
              throws ValidationException
Description copied from interface: Validatable
Validates bean specific attributes.

Specified by:
validate in interface Validatable
Throws:
ValidationException - if the validation fails.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009 Oracle. All Rights Reserved.