Package org.rhq.helpers.rtfilter.subsystem.deployment

Examples of org.rhq.helpers.rtfilter.subsystem.deployment.RtFilterDeploymentUnitProcessor


        // Add our deployment processor
        //see SubDeploymentProcessor for explanation of the phases
        context.addStep(new AbstractDeploymentChainStep() {
            public void execute(DeploymentProcessorTarget processorTarget) {
                processorTarget.addDeploymentProcessor(RtFilterDeploymentUnitProcessor.PHASE,
                        RtFilterDeploymentUnitProcessor.PRIORITY, new RtFilterDeploymentUnitProcessor());

            }
        }, OperationContext.Stage.RUNTIME);
    }
View Full Code Here

TOP

Related Classes of org.rhq.helpers.rtfilter.subsystem.deployment.RtFilterDeploymentUnitProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.