Uses of Class
com.sun.enterprise.util.cluster.RemoteType
-
Packages that use RemoteType Package Description com.sun.enterprise.util.cluster com.sun.enterprise.v3.admin.cluster com.sun.enterprise.v3.admin.cluster.dcom -
-
Uses of RemoteType in com.sun.enterprise.util.cluster
Methods in com.sun.enterprise.util.cluster that return RemoteType Modifier and Type Method Description static RemoteTypeRemoteType. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteType[]RemoteType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RemoteType in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster that return RemoteType Modifier and Type Method Description protected RemoteTypeCreateNodeSshCommand. getType()protected abstract RemoteTypeCreateRemoteNodeCommand. getType()protected abstract RemoteTypeUpdateNodeRemoteCommand. getType()protected RemoteTypeUpdateNodeSshCommand. getType() -
Uses of RemoteType in com.sun.enterprise.v3.admin.cluster.dcom
Methods in com.sun.enterprise.v3.admin.cluster.dcom that return RemoteType Modifier and Type Method Description protected RemoteTypeCreateNodeDcom. getType()protected RemoteTypeUpdateNodeDcomCommand. getType()
-