Class ContentEvent
java.lang.Object
com.webmethods.portal.service.content.ContentEvent
Title:
Description:
Copyright: Copyright (c) 2000
Company: Datachannel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Content service listenable operationsstatic final int
static final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ContentEvent
(IContentService service, IContentStore store, IURI uri, int operation, Exception e) -
Method Summary
-
Field Details
-
OP_CONTENT_BIND_START
public static final int OP_CONTENT_BIND_STARTContent service listenable operations- See Also:
-
OP_CONTENT_BIND_FINISH
public static final int OP_CONTENT_BIND_FINISH- See Also:
-
OP_CONTENT_LOOKUP
public static final int OP_CONTENT_LOOKUP- See Also:
-
OP_CONTENT_DESTROY
public static final int OP_CONTENT_DESTROY- See Also:
-
-
Constructor Details
-
ContentEvent
protected ContentEvent(IContentService service, IContentStore store, IURI uri, int operation, Exception e)
-
-
Method Details
-
getException
-
getOperation
public int getOperation() -
getContentService
-
getContentStore
-
getUri
-