org.glassfish.admin.cli.resources
Class ResourceFactory

java.lang.Object
  extended by org.glassfish.admin.cli.resources.ResourceFactory

@Service(name="resource-factory")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class ResourceFactory
extends java.lang.Object

Author:
PRASHANTH ABBAGANI Factory class which returns the appropriate ResourceManager

Constructor Summary
ResourceFactory()
           
 
Method Summary
 ResourceManager getResourceManager(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

getResourceManager

public ResourceManager getResourceManager(Resource resource)


Copyright © 2012 GlassFish Community. All Rights Reserved.