Uses of Class
com.uc4.api.UC4HostName
-
Packages that use UC4HostName Package Description com.uc4.api com.uc4.api.objects com.uc4.api.systemoverview com.uc4.communication.requests -
-
Uses of UC4HostName in com.uc4.api
Constructors in com.uc4.api with parameters of type UC4HostName Constructor Description UC4HostName(UC4HostName name)Constructs aUC4HostNameusing the specified parameters. -
Uses of UC4HostName in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4HostName Modifier and Type Method Description UC4HostNameCheckConnectionCondition. getAgent()UC4HostNameCheckFileCondition. getAgent()Returns the name of the Agent.UC4HostNameCheckProcessCondition. getAgent()UC4HostNameDatabaseEventValue. getAgentName()UC4HostNameFileTransferSettings. getDestinationHost()UC4HostNameBackendVariable. getHost()Returns the name of the Host.UC4HostNameFileListVariable. getHost()Returns the name of the Host.UC4HostNameFileSystem. getHost()Returns the name of the Agent for this FileEvent.UC4HostNameJobAttributes. getHost()Returns the name of the Agent for this job.UC4HostNameLoginDefinition. getHost()Returns the name of the Agent or a generic host name.UC4HostNameOutputScan. getHost()Returns the name of the Agent which is used for external file scans.UC4HostNameQueueManagerAttributes. getHost()Returns the name of the Agent for this job.UC4HostNameRuleEventSetting. getHost()Provides the name of the host destinationUC4HostNameConsoleEventSetting. getHostName()UC4HostNameJobPlanTask. getHostName()Returns the hostName for the JobPlan task if exist otherwise will return nullUC4HostNameFileTransferSettings. getSourceHost()UC4HostNameRAConnection. 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 UC4HostName Modifier and Type Method Description voidCheckConnectionCondition. 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, java.lang.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(java.lang.String sqlStatement, UC4HostName agentName, UC4ObjectName loginObject, java.lang.String server, java.lang.String database, java.lang.String accessFile)Sets the Source of thisDatabaseEventValueto an SQL Query.Constructors in com.uc4.api.objects with parameters of type UC4HostName Constructor Description LoginDefinition(UC4HostName host, java.lang.String hostType, java.lang.String loginInfo)Constructs a newLoginDefinitionusing the specified values.LoginDefinition(UC4HostName host, java.lang.String hostType, java.lang.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 Modifier and Type Method Description UC4HostNameAgentListItem. getName()Returns the name of the Agent. -
Uses of UC4HostName in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4HostName Modifier and Type Method Description UC4HostNameSetHostAuthorizations.ModificationStatus. getHostname()UC4HostNameTaskPromptSetContent. 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 UC4HostName Modifier and Type Method Description java.util.Iterator<UC4HostName>GetRAAgentNames. iterator()Methods in com.uc4.communication.requests with parameters of type UC4HostName Modifier and Type Method Description AgentListItemAgentList. getAgentByName(UC4HostName name)Returns the AgentListItem for the specified name ornullif not found.Constructors in com.uc4.communication.requests with parameters of type UC4HostName Constructor Description StartHost(UC4HostName host)Creates a newStartHostinstance.TerminateHost(UC4HostName hostname)Creates a newTerminateHostrequest.Constructor parameters in com.uc4.communication.requests with type arguments of type UC4HostName Constructor Description CauDeploy(java.util.List<UC4HostName> hosts, java.lang.String versionOrStoragename)Creates new CAU deploy request, using a list of agents and a version or storage reference.CauSkipWaiting(java.util.List<UC4HostName> hosts)Creates new CauSkipWaiting request.TerminateHost(java.util.List<UC4HostName> hostnames)Creates a newTerminateHostrequest for given hostname list.
-