Package org.jboss.profileservice.management.upload.remoting

Examples of org.jboss.profileservice.management.upload.remoting.StreamingDeploymentTarget


    */
   protected List<DeploymentTarget> getDeploymentTargets()
   {
      String targetName = locator.getHost();
      List<DeploymentTarget> targets = new ArrayList<DeploymentTarget>();
      StreamingDeploymentTarget hostTarget = new StreamingDeploymentTarget(locator, targetName, remotingSubsystem);
      targets.add(hostTarget);
      return targets;
   }
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.management.upload.remoting.StreamingDeploymentTarget

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.