com.wewebu.ow.server.ecmimpl.cmis.broker
Class OwCMISResourceBroker<L>
java.lang.Object
com.wewebu.ow.server.ecmimpl.cmis.broker.OwCMISResourceBroker<L>
public class OwCMISResourceBroker<L>
- extends Object
OwCMISResourceBroker.
Broker/Helper class for the OwCMISObjectBroker to manage
the different handler depending on the given resource id.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary |
void |
register(String resourceId_p,
String brokerId_p,
OwCMISListenerHandler<L> listenerHandler_p)
Register the listeners to the given brokerId if the broker already exist, else
a new Broker instance will be created for given resource id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwCMISResourceBroker
public OwCMISResourceBroker()
register
public void register(String resourceId_p,
String brokerId_p,
OwCMISListenerHandler<L> listenerHandler_p)
- Register the listeners to the given brokerId if the broker already exist, else
a new Broker instance will be created for given resource id.
- Parameters:
resourceId_p
- String representing the resource idbrokerId_p
- listenerHandler_p
-
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.