org.ow2.jasmine.deployme.api.extensions
Interface IDeploymeExtension


public interface IDeploymeExtension

Represents a Deployme extension

Author:
Jeremy Cazaux

Method Summary
 void applyConfiguration(org.ow2.jonas.tools.configurator.api.JonasConfigurator configurator, Object object)
          Apply a configuration of the given server
 Object convert(Node node)
          Convert a Node into appropriate extension object
 String getJOnASService()
           
 String getNamespace()
           
 

Method Detail

convert

Object convert(Node node)
               throws DeploymeExtensionException
Convert a Node into appropriate extension object

Parameters:
node - A node
Throws:
DeploymeExtensionException

applyConfiguration

void applyConfiguration(org.ow2.jonas.tools.configurator.api.JonasConfigurator configurator,
                        Object object)
Apply a configuration of the given server

Parameters:
configurator - The JonasConfigurator
object - A topology object

getNamespace

String getNamespace()
Returns:
the namespace of the extension

getJOnASService

String getJOnASService()
Returns:
the name of the JOnAS service


Copyright © 2012 OW2 Consortium. All Rights Reserved.