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

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

public class AgentIdentification
extends Identification

Identification information about a JON Agent.

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
AgentIdentification(String type, String locatorUri)
          Constructor for AgentIdentification.
 
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

AgentIdentification

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

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.