Class ServerIdentity
- java.lang.Object
-
- org.jboss.as.controller.client.helpers.domain.ServerIdentity
-
- All Implemented Interfaces:
Serializable
public class ServerIdentity extends Object implements Serializable
Identifying information for a server in a domain. The unique identity is defined the byhost nameand theserver name.- Author:
- Brian Stansberry, James R. Perkins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerIdentity(String hostName, String serverGroupName, String serverName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetHostName()StringgetServerGroupName()StringgetServerName()inthashCode()StringtoString()
-