org.sape.carbon.services.jmx.server.remote
Interface RemotingServerConnectorService

All Superinterfaces:
FunctionalInterface

public interface RemotingServerConnectorService
extends FunctionalInterface

This service defines the simple component for supplying a remote, administration connector to the JMX MBeanServer.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:32 $)
Author:
Greg Hinkle, June 2002

Method Summary
 javax.management.MBeanServer getRemoteMBeanServerProxy()
          This method should provide access to some type of proxy that provides the same basic functionality as a MBeanServer, but remotely.
 String getServerIdentifier()
          Provides access to a unique identifier for a remote MBeanServer.
 

Method Detail

getRemoteMBeanServerProxy

public javax.management.MBeanServer getRemoteMBeanServerProxy()
This method should provide access to some type of proxy that provides the same basic functionality as a MBeanServer, but remotely.

Returns:
an implementation of the MBeanServer interface for remote use

getServerIdentifier

public String getServerIdentifier()
Provides access to a unique identifier for a remote MBeanServer. Each MBeanServer connection should be able to be indexed by this value.

Returns:
a unique identifier for the remote mbean server


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.