Interface IClusterRole
- All Superinterfaces:
IView
,Serializable
Deprecated.
-
Field Summary
FieldsFields inherited from interface com.webmethods.portal.service.view.IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Get the name of this roleDeprecated.Get the server associated with this roleboolean
isServerInRole
(String server) Deprecated.Returns true if the server is in this roleMethods inherited from interface com.webmethods.portal.service.view.IView
getProperties, getProperty, getPropertyNames, getURI
-
Field Details
-
PROP_SERVER
Deprecated.- See Also:
-
-
Method Details
-
getName
String getName()Deprecated.Get the name of this role- Returns:
-
getServers
Collection<IServer> getServers()Deprecated.Get the server associated with this role- Returns:
-
isServerInRole
Deprecated.Returns true if the server is in this role- Parameters:
server
-- Returns:
-