org.ow2.ishmael.deploy.spi.impl
Class DeploymentSpecificJOnAS

java.lang.Object
  extended by org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
      extended by org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificJOnAS
All Implemented Interfaces:
IDeploymentSpecific

public class DeploymentSpecificJOnAS
extends AbsDeploymentSpecific

EJB3 deployment Specific


Field Summary
 
Fields inherited from interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
AVAILABLE, RUNNING
 
Constructor Summary
DeploymentSpecificJOnAS(java.lang.String uri, java.lang.String userName, java.lang.String password)
          Constructor.
 
Method Summary
protected  java.lang.String getStringObjectName()
           
 
Methods inherited from class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
addAvailable, addRunning, deploy, deployApplication, findType, getDeployedModules, getMBeanServerConnection, getModuleList, getObjectName, isDeployedApplication, listModules, removeModule, removeRunning, sendFile, stop, stopApplication, undeployApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentSpecificJOnAS

public DeploymentSpecificJOnAS(java.lang.String uri,
                               java.lang.String userName,
                               java.lang.String password)
                        throws IshmaelDeploymentManagerCreationException
Constructor. Initialize connector to the remote system.

Parameters:
uri - URI given by deployment tool
Throws:
IshmaelDeploymentManagerCreationException
Method Detail

getStringObjectName

protected java.lang.String getStringObjectName()
Specified by:
getStringObjectName in class AbsDeploymentSpecific


Copyright © 2007-2010 OW2 Consortium. All Rights Reserved.