org.rhq.core.pc.agent
Interface AgentRegistrar


public interface AgentRegistrar

An interface to any object that can register the plugin container/agent with a remote server.

Author:
John Mazzitelli

Method Summary
 void register(long wait)
          Call this method to register the plugin container with a remote server.
 

Method Detail

register

void register(long wait)
Call this method to register the plugin container with a remote server.

Parameters:
wait - the time, in millseconds, to wait for the registration to complete before aborting


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