|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.servicemix.common.AbstractDeployer org.apache.servicemix.common.xbean.AbstractXBeanDeployer it.imolinfo.jbi4cics.jbi.Jbi4cicsDeployer
public final class Jbi4cicsDeployer
Field Summary |
---|
Fields inherited from class org.apache.servicemix.common.AbstractDeployer |
---|
component, logger |
Constructor Summary | |
---|---|
Jbi4cicsDeployer(org.apache.servicemix.common.BaseComponent component)
Initializes this deployer for the specified component. |
Method Summary | |
---|---|
org.apache.servicemix.common.ServiceUnit |
deploy(java.lang.String suName,
java.lang.String suRootPath)
Deploys the given service unit and build a ServiceUnit
object that contains endpoints. |
protected void |
validate(org.apache.servicemix.common.Endpoint endpoint)
Validates the specified endpoint. |
Methods inherited from class org.apache.servicemix.common.xbean.AbstractXBeanDeployer |
---|
canDeploy, getBeanFactoryPostProcessors, getServices, getXBeanFile, getXmlPreProcessors |
Methods inherited from class org.apache.servicemix.common.AbstractDeployer |
---|
failure, undeploy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jbi4cicsDeployer(org.apache.servicemix.common.BaseComponent component)
component
- the component that will be deployed by this instance.Method Detail |
---|
public org.apache.servicemix.common.ServiceUnit deploy(java.lang.String suName, java.lang.String suRootPath) throws javax.jbi.management.DeploymentException
ServiceUnit
object that contains endpoints.
deploy
in interface org.apache.servicemix.common.Deployer
deploy
in class org.apache.servicemix.common.xbean.AbstractXBeanDeployer
suName
- the name of the service unit.suRootPath
- the path of the exploded service unit.
javax.jbi.management.DeploymentException
- if an error occurs.protected void validate(org.apache.servicemix.common.Endpoint endpoint) throws javax.jbi.management.DeploymentException
validate
in class org.apache.servicemix.common.AbstractDeployer
endpoint
- the endpoint to validate.
javax.jbi.management.DeploymentException
- if endpoint
is not an instance
of Jbi4cicsEndpoint
class or can't
be validated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |