com.sage.orion.sdata.servlet.accpac
Class ResourceKindFactory

java.lang.Object
  extended by com.sage.orion.sdata.servlet.AbstractResourceFactory
      extended by com.sage.orion.sdata.servlet.accpac.ResourceKindFactory
All Implemented Interfaces:
ResourceFactory

public class ResourceKindFactory
extends AbstractResourceFactory

The ResourceKindFactory class provides the Accpac-specific extension of the generic AbstractResourceFactory.


Constructor Summary
ResourceKindFactory()
           
 
Method Summary
 ResourceKind createResource(java.lang.String resourceClassName, ApplicationContext applicationContext, ResourceContext context)
          Creates an instance of the given resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceKindFactory

public ResourceKindFactory()
Method Detail

createResource

public ResourceKind createResource(java.lang.String resourceClassName,
                                   ApplicationContext applicationContext,
                                   ResourceContext context)
Creates an instance of the given resource.

Overrides:
createResource in class AbstractResourceFactory
Parameters:
resourceClassName - the name of the class to be instantiated.
applicationContext - the application context in which the instance will operate
context - the generic context in which the instance will operate
Returns:
the newly created resource


Copyright © 2011 Sage Software, Inc. All rights reserved.