org.infinispan.configuration.cache
Class FileCacheStoreConfigurationBuilder.FsyncModeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.infinispan.configuration.cache.FileCacheStoreConfigurationBuilder.FsyncModeEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
FileCacheStoreConfigurationBuilder

Deprecated.

@Deprecated
public static class FileCacheStoreConfigurationBuilder.FsyncModeEditor
extends PropertyEditorSupport

Property editor for fsync mode configuration. It's automatically registered the PropertyEditorManager so that it can transform text based modes into its corresponding enum value.


Constructor Summary
FileCacheStoreConfigurationBuilder.FsyncModeEditor()
          Deprecated.  
 
Method Summary
 Object getValue()
          Deprecated.  
 void setAsText(String text)
          Deprecated.  
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheStoreConfigurationBuilder.FsyncModeEditor

public FileCacheStoreConfigurationBuilder.FsyncModeEditor()
Deprecated. 
Method Detail

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Deprecated. 
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException

getValue

public Object getValue()
Deprecated. 
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport

-->

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