Uses of Interface
org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
Packages that use ServerDeploymentManager
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.Implementation classes to support the
standalone server convenience API.-
Uses of ServerDeploymentManager in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return ServerDeploymentManagerModifier and TypeMethodDescriptionstatic ServerDeploymentManagerServerDeploymentManager.Factory.create(String protocol, InetAddress address, int port) Create anServerDeploymentManagerinstance for a remote address and port.static ServerDeploymentManagerServerDeploymentManager.Factory.create(String protocol, InetAddress address, int port, CallbackHandler handler) Create anServerDeploymentManagerinstance for a remote address and port.static ServerDeploymentManagerServerDeploymentManager.Factory.create(InetAddress address, int port) Create anServerDeploymentManagerinstance for a remote address and port.static ServerDeploymentManagerServerDeploymentManager.Factory.create(InetAddress address, int port, CallbackHandler handler) Create anServerDeploymentManagerinstance for a remote address and port.static ServerDeploymentManagerServerDeploymentManager.Factory.create(ModelControllerClient client) Create anServerDeploymentManagerinstance using the givenModelControllerClient.Constructors in org.jboss.as.controller.client.helpers.standalone with parameters of type ServerDeploymentManager -
Uses of ServerDeploymentManager in org.jboss.as.controller.client.helpers.standalone.impl
Classes in org.jboss.as.controller.client.helpers.standalone.impl that implement ServerDeploymentManagerModifier and TypeClassDescriptionclassclassServerDeploymentManagerthat uses aModelControllerClient.