|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.activation.DataHandler
org.apache.axiom.attachments.lifecycle.impl.DataHandlerExtImpl
public class DataHandlerExtImpl
Constructor Summary | |
---|---|
DataHandlerExtImpl(javax.activation.DataHandler dataHandler,
LifecycleManager manager)
|
Method Summary | |
---|---|
void |
deleteWhenReadOnce()
This method will give users an option to trigger a delete on temporary attachment file when DataHandler associated with the attachment is read once. |
void |
purgeDataSource()
This method will give users an option to trigger a purge on temporary attachment files. |
void |
update(Observable o,
Object arg)
|
Methods inherited from class javax.activation.DataHandler |
---|
getAllCommands, getBean, getCommand, getContent, getContentType, getDataSource, getInputStream, getName, getOutputStream, getPreferredCommands, getTransferData, getTransferDataFlavors, isDataFlavorSupported, setCommandMap, setDataContentHandlerFactory, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataHandlerExtImpl(javax.activation.DataHandler dataHandler, LifecycleManager manager)
Method Detail |
---|
public void deleteWhenReadOnce() throws IOException
DataHandlerExt
deleteWhenReadOnce
in interface DataHandlerExt
IOException
public void purgeDataSource() throws IOException
DataHandlerExt
purgeDataSource
in interface DataHandlerExt
IOException
public void update(Observable o, Object arg)
update
in interface Observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |