org.rhq.enterprise.gui.inventory.resource
Class PingAgentUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.inventory.resource.PingAgentUIBean

public class PingAgentUIBean
extends Object

A JSF managed bean that can ping an agent managing a RHQ resource.

Author:
John Mazzitelli

Field Summary
static String MANAGED_BEAN_NAME
           
 
Constructor Summary
PingAgentUIBean()
           
 
Method Summary
 org.rhq.core.domain.resource.Agent getAgent()
           
 boolean getPingResults()
           
 String getRemoteEndpointWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGED_BEAN_NAME

public static final String MANAGED_BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

PingAgentUIBean

public PingAgentUIBean()
Method Detail

getAgent

public org.rhq.core.domain.resource.Agent getAgent()

getPingResults

public boolean getPingResults()

getRemoteEndpointWrapped

public String getRemoteEndpointWrapped()


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