org.oddjob.jmx
Interface RemoteOddjobBean

All Known Implementing Classes:
ServerView

public interface RemoteOddjobBean

A RemoteOddjobBean defines an interface a client can use to get information about the bean and request a resync.


Method Summary
 void noop()
          For heart beats.
 ServerInfo serverInfo()
          Get the component info.
 

Method Detail

serverInfo

ServerInfo serverInfo()
Get the component info.

Returns:
ServerInfo for the component.

noop

void noop()
For heart beats.