Save This Page
Home » hibernate-search-src-20081106 » example.filesystem » callback » [javadoc | source]
example.filesystem.callback
public class: OptionsCallback [javadoc | source]
java.lang.Object
   example.filesystem.callback.OptionsCallback

All Implemented Interfaces:
    org.apache.ws.resource.properties.SetResourcePropertyCallback

A callback for the Options resource property.
Field Summary
 FileSystem m_fileSystem    DOCUMENT_ME 
Constructor:
 public OptionsCallback(FileSystem fileSystem) 
    Parameters:
    fileSystem - DOCUMENT_ME
Method from example.filesystem.callback.OptionsCallback Summary:
deleteProperty,   insertProperty,   refreshProperty,   updateProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from example.filesystem.callback.OptionsCallback Detail:
 public  void deleteProperty(QName propQName) throws CallbackFailedException 
    DOCUMENT_ME
 public  void insertProperty(Object[] prop) throws CallbackFailedException 
    DOCUMENT_ME
 public ResourceProperty refreshProperty(ResourceProperty prop) throws CallbackFailedException 
    DOCUMENT_ME
 public  void updateProperty(Object[] prop) throws CallbackFailedException 
    DOCUMENT_ME