com.wewebu.ow.server.ecmimpl.cmis.broker
Class OwCMISResourceBroker<L>

java.lang.Object
  extended by 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


Constructor Summary
OwCMISResourceBroker()
           
 
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
 

Constructor Detail

OwCMISResourceBroker

public OwCMISResourceBroker()
Method Detail

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 id
brokerId_p -
listenerHandler_p -


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.