wt.content
Class ContentServiceEvent

java.lang.Object
  extended by wt.events.KeyedEvent
      extended by wt.content.ContentServiceEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class ContentServiceEvent
extends KeyedEvent
implements Serializable

Events dispatched by the ContentService. All events have a ContentHolder and an ApplicationData attached. Note that the target object of the

PRE_UPLOAD is dispatched right before an upload is started.
POST_UPLOAD is dispatched right after an upload is complete.
PRE_DOWNLOAD is dispatched right before an download is started.
POST_DOWNLOAD is dispatched right after an download is complete.

WARNING- if the sytem running has content replication enabled, the download events MAY NOT be dispatched to the correct server for processing. Do not depend on the dispatch of these events if you are using content replication.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String CONTENT_COPY_FORWARD
          

Supported API: true
static String POST_DOWNLOAD
          

Supported API: true
static String POST_UPLOAD
          

Supported API: true
static String PRE_DOWNLOAD
          

Supported API: true
static String PRE_UPLOAD
          

Supported API: true
static String READ_CONTENT
          

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRE_UPLOAD

public static final String PRE_UPLOAD


Supported API: true

See Also:
Constant Field Values

POST_UPLOAD

public static final String POST_UPLOAD


Supported API: true

See Also:
Constant Field Values

PRE_DOWNLOAD

public static final String PRE_DOWNLOAD


Supported API: true

See Also:
Constant Field Values

POST_DOWNLOAD

public static final String POST_DOWNLOAD


Supported API: true

See Also:
Constant Field Values

CONTENT_COPY_FORWARD

public static final String CONTENT_COPY_FORWARD


Supported API: true

See Also:
Constant Field Values

READ_CONTENT

public static final String READ_CONTENT


Supported API: true

See Also:
Constant Field Values