|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.smartcc.Deployer
Baseclass for deployers.
Constructor Summary | |
Deployer()
|
Method Summary | |
abstract void |
deploy(java.net.URL url)
Deploy a unit. |
protected static org.w3c.dom.Document |
getDocument(org.xml.sax.InputSource source,
java.lang.String fileName)
|
protected static org.w3c.dom.Document |
getDocument(java.net.URL url)
|
abstract boolean |
isDeployed(java.net.URL url)
Ask, if the unit has been deployed already. |
abstract boolean |
isResponsibleFor(java.net.URL url)
Ask, if the deployer is able to deploy the specified unit. |
abstract void |
undeploy(java.net.URL url)
Undeploy a unit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Deployer()
Method Detail |
public abstract boolean isResponsibleFor(java.net.URL url)
public abstract boolean isDeployed(java.net.URL url) throws DeploymentException
DeploymentException
public abstract void deploy(java.net.URL url) throws DeploymentException
DeploymentException
public abstract void undeploy(java.net.URL url) throws DeploymentException
DeploymentException
protected static org.w3c.dom.Document getDocument(java.net.URL url) throws DeploymentException
DeploymentException
protected static org.w3c.dom.Document getDocument(org.xml.sax.InputSource source, java.lang.String fileName) throws DeploymentException
DeploymentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |