Package org.oddjob.jmx
Interface RemoteOddjobBean
- All Known Implementing Classes:
RemoteOddjobBeanDelegate,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
-
Method Details
-
serverInfo
ServerInfo serverInfo()Get the component info.- Returns:
- ServerInfo for the component.
-
noop
void noop()For heart beats.
-