org.ow2.jasmine.deployme.module.resources
Class Resources

java.lang.Object
  extended by org.ow2.jasmine.deployme.module.AbstractDeploymeModule
      extended by org.ow2.jasmine.deployme.module.resources.Resources
All Implemented Interfaces:
IDeploymeModule

public class Resources
extends AbstractDeploymeModule

Resources module


Field Summary
static String JONAS_SERVICE
          JOnAS Service
 
Constructor Summary
Resources()
           
 
Method Summary
 void applyConfiguration(org.ow2.jonas.tools.configurator.api.JonasConfigurator configurator, Object object)
          
 Map<Class,Field> getClassIdField()
          
 String getJOnASService()
          
 boolean isSupport(Object configuration)
          
 
Methods inherited from class org.ow2.jasmine.deployme.module.AbstractDeploymeModule
getField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JONAS_SERVICE

public static final String JONAS_SERVICE
JOnAS Service

See Also:
Constant Field Values
Constructor Detail

Resources

public Resources()
Method Detail

isSupport

public boolean isSupport(Object configuration)


applyConfiguration

public void applyConfiguration(org.ow2.jonas.tools.configurator.api.JonasConfigurator configurator,
                               Object object)
                        throws UnsupportDeploymeModuleException

Throws:
UnsupportDeploymeModuleException

getClassIdField

public Map<Class,Field> getClassIdField()

Specified by:
getClassIdField in interface IDeploymeModule
Overrides:
getClassIdField in class AbstractDeploymeModule

getJOnASService

public String getJOnASService()



Copyright © 2012 OW2 Consortium. All Rights Reserved.