org.rhq.enterprise.communications.command.impl.identify
Class ServerIdentification

java.lang.Object
  extended by org.rhq.enterprise.communications.command.impl.identify.Identification
      extended by org.rhq.enterprise.communications.command.impl.identify.ServerIdentification
All Implemented Interfaces:
Serializable

public class ServerIdentification
extends Identification

Identification information about a JON Server.

Author:
John Mazzitelli
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rhq.enterprise.communications.command.impl.identify.Identification
TYPE_AGENT, TYPE_SERVER
 
Constructor Summary
ServerIdentification(String type, String locatorUri)
          Constructor for ServerIdentification.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.rhq.enterprise.communications.command.impl.identify.Identification
equals, getInvokerLocator, getTimestamp, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerIdentification

public ServerIdentification(String type,
                            String locatorUri)
                     throws IllegalArgumentException
Constructor for ServerIdentification.

Throws:
IllegalArgumentException
See Also:
Identification.Identification(String, String)
Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.