Package eu.mosaic_cloud.platform.core.ops

Examples of eu.mosaic_cloud.platform.core.ops.IOperationFactory


   *
   * @return the operation factory
   */
  private IOperationFactory getOperationFactory (final String clientId)
  {
    IOperationFactory factory = null;
    final BucketData bucket = this.clientBucketMap.get (clientId);
    if (bucket != null) {
      factory = bucket.opFactory;
    }
    return factory;
View Full Code Here

TOP

Related Classes of eu.mosaic_cloud.platform.core.ops.IOperationFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.