Uses of Class
com.uc4.api.UC4HostName
Packages that use UC4HostName
Package
Description
-
Uses of UC4HostName in com.uc4.api
Constructors in com.uc4.api with parameters of type UC4HostNameModifierConstructorDescriptionUC4HostName(UC4HostName name) Constructs aUC4HostNameusing the specified parameters. -
Uses of UC4HostName in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4HostNameModifier and TypeMethodDescriptionCheckConnectionCondition.getAgent()CheckFileCondition.getAgent()Returns the name of the Agent.CheckProcessCondition.getAgent()DatabaseEventValue.getAgentName()FileTransferSettings.getDestinationHost()BackendVariable.getHost()Returns the name of the Host.FileListVariable.getHost()Returns the name of the Host.FileSystem.getHost()Returns the name of the Agent for this FileEvent.JobAttributes.getHost()Returns the name of the Agent for this job.LoginDefinition.getHost()Returns the name of the Agent or a generic host name.OutputScan.getHost()Returns the name of the Agent which is used for external file scans.QueueManagerAttributes.getHost()Returns the name of the Agent for this job.RuleEventSetting.getHost()Provides the name of the host destinationConsoleEventSetting.getHostName()JobPlanTask.getHostName()Returns the hostName for the JobPlan task if exist otherwise will return nullFileTransferSettings.getSourceHost()RAConnection.getTestAgentName()Returns the name of an RA Agent which is able to use this connection.Methods in com.uc4.api.objects with parameters of type UC4HostNameModifier and TypeMethodDescriptionvoidCheckConnectionCondition.setAgent(UC4HostName agent) voidCheckFileCondition.setAgent(UC4HostName agent) Sets the name of the Agent.voidCheckProcessCondition.setAgent(UC4HostName agent) voidFileTransferSettings.setDestinationHost(UC4HostName destinationHost) Sets the destination host.voidBackendVariable.setHost(UC4HostName host) Sets the Name of the host for the file list.voidFileListVariable.setHost(UC4HostName host) Sets the Name of the host for the file list.voidFileSystem.setHost(UC4HostName host, String hostType) Sets the Agent for this Event.voidJobAttributes.setHost(UC4HostName host) Sets the Agent or AgentGroup for this Job.voidLoginDefinition.setHost(UC4HostName host) Sets the name of the Agent or a generic host name.voidOutputScan.setHost(UC4HostName host) Sets the name of the Agent which is used for external file scans.voidQueueManagerAttributes.setHost(UC4HostName host) Sets the Agent or AgentGroup for this Job.voidRuleEventSetting.setHost(UC4HostName host) Set the host destinationvoidConsoleEventSetting.setHostName(UC4HostName hostName) Select the Agent whose console output should be monitored.voidFileTransferSettings.setSourceHost(UC4HostName sourceHost) Sets the source host.voidDatabaseEventValue.setSourceQuery(String sqlStatement, UC4HostName agentName, UC4ObjectName loginObject, String server, String database, String accessFile) Sets the Source of thisDatabaseEventValueto an SQL Query.Constructors in com.uc4.api.objects with parameters of type UC4HostNameModifierConstructorDescriptionLoginDefinition(UC4HostName host, String hostType, String loginInfo) Constructs a newLoginDefinitionusing the specified values.LoginDefinition(UC4HostName host, String hostType, String loginInfo, boolean makeHostTypeUpperCase) Constructs a newLoginDefinitionusing the specified values. -
Uses of UC4HostName in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return UC4HostName -
Uses of UC4HostName in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4HostNameModifier and TypeMethodDescriptionSetHostAuthorizations.ModificationStatus.getHostname()TaskPromptSetContent.getRaAgentName()Returns the name of the Agent if this is an RA panel.Methods in com.uc4.communication.requests that return types with arguments of type UC4HostNameMethods in com.uc4.communication.requests with parameters of type UC4HostNameModifier and TypeMethodDescriptionAgentList.getAgentByName(UC4HostName name) Returns the AgentListItem for the specified name ornullif not found.Constructors in com.uc4.communication.requests with parameters of type UC4HostNameModifierConstructorDescriptionStartHost(UC4HostName host) Creates a newStartHostinstance.TerminateHost(UC4HostName hostname) Creates a newTerminateHostrequest.Constructor parameters in com.uc4.communication.requests with type arguments of type UC4HostNameModifierConstructorDescriptionCauDeploy(List<UC4HostName> hosts, String versionOrStoragename) Creates new CAU deploy request, using a list of agents and a version or storage reference.CauSkipWaiting(List<UC4HostName> hosts) Creates new CauSkipWaiting request.TerminateHost(List<UC4HostName> hostnames) Creates a newTerminateHostrequest for given hostname list.