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 aUC4HostName
using 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 UC4HostName
CheckConnectionCondition. getAgent()
UC4HostName
CheckFileCondition. getAgent()
Returns the name of the Agent.UC4HostName
CheckProcessCondition. getAgent()
UC4HostName
DatabaseEventValue. getAgentName()
UC4HostName
FileTransferSettings. getDestinationHost()
UC4HostName
BackendVariable. getHost()
Returns the name of the Host.UC4HostName
FileListVariable. getHost()
Returns the name of the Host.UC4HostName
FileSystem. getHost()
Returns the name of the Agent for this FileEvent.UC4HostName
JobAttributes. getHost()
Returns the name of the Agent for this job.UC4HostName
LoginDefinition. getHost()
Returns the name of the Agent or a generic host name.UC4HostName
OutputScan. getHost()
Returns the name of the Agent which is used for external file scans.UC4HostName
QueueManagerAttributes. getHost()
Returns the name of the Agent for this job.UC4HostName
RuleEventSetting. getHost()
Provides the name of the host destinationUC4HostName
ConsoleEventSetting. getHostName()
UC4HostName
JobPlanTask. getHostName()
Returns the hostName for the JobPlan task if exist otherwise will return nullUC4HostName
FileTransferSettings. getSourceHost()
UC4HostName
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 UC4HostName Modifier and Type Method Description void
CheckConnectionCondition. setAgent(UC4HostName agent)
void
CheckFileCondition. setAgent(UC4HostName agent)
Sets the name of the Agent.void
CheckProcessCondition. setAgent(UC4HostName agent)
void
FileTransferSettings. setDestinationHost(UC4HostName destinationHost)
Sets the destination host.void
BackendVariable. setHost(UC4HostName host)
Sets the Name of the host for the file list.void
FileListVariable. setHost(UC4HostName host)
Sets the Name of the host for the file list.void
FileSystem. setHost(UC4HostName host, java.lang.String hostType)
Sets the Agent for this Event.void
JobAttributes. setHost(UC4HostName host)
Sets the Agent or AgentGroup for this Job.void
LoginDefinition. setHost(UC4HostName host)
Sets the name of the Agent or a generic host name.void
OutputScan. setHost(UC4HostName host)
Sets the name of the Agent which is used for external file scans.void
QueueManagerAttributes. setHost(UC4HostName host)
Sets the Agent or AgentGroup for this Job.void
RuleEventSetting. setHost(UC4HostName host)
Set the host destinationvoid
ConsoleEventSetting. setHostName(UC4HostName hostName)
Select the Agent whose console output should be monitored.void
FileTransferSettings. setSourceHost(UC4HostName sourceHost)
Sets the source host.void
DatabaseEventValue. 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 thisDatabaseEventValue
to 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 newLoginDefinition
using the specified values.LoginDefinition(UC4HostName host, java.lang.String hostType, java.lang.String loginInfo, boolean makeHostTypeUpperCase)
Constructs a newLoginDefinition
using 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 UC4HostName
AgentListItem. 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 UC4HostName
SetHostAuthorizations.ModificationStatus. getHostname()
UC4HostName
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 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 AgentListItem
AgentList. getAgentByName(UC4HostName name)
Returns the AgentListItem for the specified name ornull
if not found.Constructors in com.uc4.communication.requests with parameters of type UC4HostName Constructor Description StartHost(UC4HostName host)
Creates a newStartHost
instance.TerminateHost(UC4HostName hostname)
Creates a newTerminateHost
request.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 newTerminateHost
request for given hostname list.
-