Class AsyncProcessManager
java.lang.Object
com.webmethods.portal.service.content.AsyncProcessManager
Title: AsyncProcessManager
Description: Manages off-band binding operations within Content service
Copyright: Copyright (c) 2000
Company: webMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
asyncBind
(IContentStore content, IContentService service, IURI uri, IContentEventListener listener) put your documentation comment hereprotected static void
register
(AsyncProcessor processor) protected static void
unRegister
(AsyncProcessor processor)
-
Constructor Details
-
AsyncProcessManager
public AsyncProcessManager()
-
-
Method Details
-
register
-
unRegister
-
asyncBind
public static void asyncBind(IContentStore content, IContentService service, IURI uri, IContentEventListener listener) throws MetaException put your documentation comment here- Parameters:
IContentStore
- contentIContentService
- serviceString
- urilistener
- class to receive notification upon operation completion/failure- Throws:
MetaException
-