Uses of Class
com.compuware.api.topaz.hosts.Protocol
-
Packages that use Protocol Package Description com.compuware.api.topaz.hosts Provides classes related to hosts. -
-
Uses of Protocol in com.compuware.api.topaz.hosts
Methods in com.compuware.api.topaz.hosts that return Protocol Modifier and Type Method Description static Protocol
Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compuware.api.topaz.hosts with parameters of type Protocol Modifier and Type Method Description static IZOSHost
HostFactory. createZOSHost(String host, int port, Protocol protocol, int timeoutSeconds)
Creates anIZOSHost
implementation for the specified host, port, protocol, and timeout.
-