| Modifier and Type | Method and Description |
|---|---|
Server |
InstanceCommandExecutor.getServer() |
Server |
InstanceRestCommandExecutor.getServer() |
Server |
RemoteInstanceCommandHelper.getServer(String serverName) |
| Modifier and Type | Method and Description |
|---|---|
static List<Server> |
ClusterOperationUtil.getCompletedInstances() |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoteInstanceCommandHelper.getAdminPort(Server server) |
String |
RemoteInstanceCommandHelper.getNode(Server server) |
Future<InstanceCommandResult> |
InstanceStateServiceImpl.submitJob(Server server,
InstanceCommand ice,
InstanceCommandResult r) |
Future<InstanceCommandResult> |
InstanceStateService.submitJob(Server server,
InstanceCommand ice,
InstanceCommandResult r) |
| Modifier and Type | Method and Description |
|---|---|
static ActionReport.ExitCode |
ClusterOperationUtil.replicateCommand(String commandName,
FailurePolicy failPolicy,
FailurePolicy offlinePolicy,
FailurePolicy neverStartedPolicy,
List<Server> instancesForReplication,
AdminCommandContext context,
ParameterMap parameters,
org.glassfish.hk2.api.ServiceLocator habitat) |
static ActionReport.ExitCode |
ClusterOperationUtil.replicateCommand(String commandName,
FailurePolicy failPolicy,
FailurePolicy offlinePolicy,
FailurePolicy neverStartedPolicy,
List<Server> instancesForReplication,
AdminCommandContext context,
ParameterMap parameters,
org.glassfish.hk2.api.ServiceLocator habitat,
File intermediateDownloadDir)
Replicates a given command on the given list of targets, optionally gathering
downloaded result payloads from the instance commands into a directory.
|
| Constructor and Description |
|---|
InstanceCommandExecutor(org.glassfish.hk2.api.ServiceLocator habitat,
String name,
FailurePolicy fail,
FailurePolicy offline,
Server server,
String host,
int port,
Logger logger,
ParameterMap p,
ActionReport r,
InstanceCommandResult res) |
InstanceRestCommandExecutor(org.glassfish.hk2.api.ServiceLocator habitat,
String name,
FailurePolicy fail,
FailurePolicy offline,
Server server,
String host,
int port,
Logger logger,
ParameterMap p,
ActionReport r,
InstanceCommandResult res) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Servers.Duck.getServer(Servers instance,
String name) |
Server |
Servers.getServer(String name)
Return the server with the given name, or null if no such server exists.
|
static Server |
Domain.Duck.getServerNamed(Domain d,
String name) |
Server |
Domain.getServerNamed(String name) |
Server |
ConfigBeansUtilities.getServerNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
Cluster.getInstances() |
static List<Server> |
Cluster.Duck.getInstances(Cluster cluster) |
static List<Server> |
Domain.Duck.getInstancesOnNode(Domain domain,
String nodeName) |
List<Server> |
Domain.getInstancesOnNode(String nodeName) |
List<Server> |
Servers.getServer()
Return the list of currently configured server.
|
List<Server> |
ConfigBeansUtilities.getServers() |
static List<Server> |
Domain.Duck.getServersInTarget(Domain me,
String target) |
List<Server> |
Domain.getServersInTarget(String target) |
List<Server> |
Servers.getServersOnNode(Node node)
Return the list of Servers that reference a Node
|
static List<Server> |
Servers.Duck.getServersOnNode(Servers servers,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Server.Duck.createResourceRef(Server server,
String enabled,
String refName) |
void |
Server.CreateDecorator.decorate(AdminCommandContext context,
Server instance) |
void |
Server.DeleteDecorator.decorate(AdminCommandContext context,
Servers parent,
Server child) |
static void |
Server.Duck.deleteResourceRef(Server server,
String refName) |
static String |
Server.Duck.getAdminHost(Server server) |
static int |
Server.Duck.getAdminPort(Server server) |
static ApplicationRef |
Server.Duck.getApplicationRef(Server server,
String appName) |
static Cluster |
Server.Duck.getCluster(Server server) |
static Config |
Server.Duck.getConfig(Server server) |
static String |
Server.Duck.getReference(Server server) |
static ResourceRef |
Server.Duck.getResourceRef(Server server,
String refName) |
static boolean |
Server.Duck.isCluster(Server server) |
static boolean |
Server.Duck.isDas(Server server) |
static boolean |
Server.Duck.isInstance(Server server) |
static boolean |
Server.Duck.isResourceRefExists(Server server,
String refName) |
static boolean |
Server.Duck.isRunning(Server server)
this is NOT a reliable test.
|
static boolean |
Server.Duck.isServer(Server server) |
| Constructor and Description |
|---|
PortBaseHelper(Server instance,
String portbase,
boolean checkports,
Logger logger) |
PortManager(Cluster cluster,
Config config,
Domain theDomain,
Server theNewServer) |
ServerHelper(Server theServer,
Config theConfig) |
| Modifier and Type | Method and Description |
|---|---|
Server[] |
MQAddressList.getServersInCluster(Cluster cluster) |
Server[] |
MQAddressList.getServersInCluster(String clusterName) |
| Modifier and Type | Method and Description |
|---|---|
String |
MQAddressList.getNodeHostName(Server as) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JmsRaUtil.getJMSPropertyValue(Server as) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogFilterForInstance.downloadAllInstanceLogFiles(org.glassfish.hk2.api.ServiceLocator habitat,
Server targetServer,
Domain domain,
Logger logger,
String instanceName,
String tempDirectoryOnServer,
String instanceLogFileDirectory) |
File |
LogFilterForInstance.downloadGivenInstanceLogFile(org.glassfish.hk2.api.ServiceLocator habitat,
Server targetServer,
Domain domain,
Logger logger,
String instanceName,
String domainRoot,
String logFileName,
String instanceLogFileName) |
Vector |
LogFilterForInstance.getInstanceLogFileNames(org.glassfish.hk2.api.ServiceLocator habitat,
Server targetServer,
Domain domain,
Logger logger,
String instanceName,
String instanceLogFileDetails) |
| Constructor and Description |
|---|
InstanceInfo(org.glassfish.hk2.api.ServiceLocator habitat,
Server svr,
int port0,
String host0,
String cluster0,
Logger logger0,
int timeout0,
ActionReport report,
InstanceStateService stateService) |
| Modifier and Type | Field and Description |
|---|---|
protected Server |
InstanceRegisterInstanceCommand.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSynchronizer.synchronize(Server server,
SyncRequest sr,
Payload.Outbound payload,
ActionReport report,
Logger logger)
Handle a single syncrhonization request for the given server
by adding the needed files to the payload.
|
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerContextImpl.getConfigBean() |
| Modifier and Type | Field and Description |
|---|---|
protected Server |
CreateApplicationRefCommand.server |
protected Server |
InstanceDeployCommand.server |
protected Server |
DisableCommand.server |
protected Server |
EnableCommand.server |
protected Server |
DeleteApplicationRefCommand.server |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerContext.getConfigBean()
Get the server configuration bean.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
Target.getAllInstances()
Gets all instances present in the domain
|
List<Server> |
Target.getInstances(List<String> names)
Given a list instance names, get List
|
List<Server> |
Target.getInstances(String targetName)
Given the name of a target, returns a list of Server objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndoableCommand.undo(AdminCommandContext context,
ParameterMap parameters,
List<Server> instances)
Undo a previously successful execution of the command implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
JDBCConnectionPoolManager.delete(Iterable<Server> servers,
Iterable<Cluster> clusters,
Resources resources,
String cascade,
String poolName) |
| Constructor and Description |
|---|
InstanceReaderImpl(Domain domain,
Server server) |
StandAloneClusterReaderImpl(Domain domain,
ApplicationRegistry appRegistry,
Server server) |
Copyright © 2017. All rights reserved.