org.objectweb.proactive.jmx.server
Class ProActiveServerImpl

java.lang.Object
  extended by org.objectweb.proactive.jmx.server.ProActiveServerImpl
All Implemented Interfaces:
java.io.Serializable

public class ProActiveServerImpl
extends java.lang.Object
implements java.io.Serializable

Author:
vlegrand
See Also:
Serialized Form

Constructor Summary
ProActiveServerImpl()
           
 
Method Summary
 javax.management.MBeanServer getMBeanServer()
           
 java.lang.String getVersion()
          The ProActive Connector version
 ProActiveConnection newClient()
          Returns a new ProActive Connection
 void setMBeanServer(javax.management.MBeanServer mbs)
          Sets the MBean server attached to the connector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveServerImpl

public ProActiveServerImpl()
Method Detail

getVersion

public java.lang.String getVersion()
The ProActive Connector version

Returns:

newClient

public ProActiveConnection newClient()
Returns a new ProActive Connection

Returns:
a ProActive Connection that will enables remote calls onto the remote MBean Server

setMBeanServer

public void setMBeanServer(javax.management.MBeanServer mbs)
Sets the MBean server attached to the connector

Parameters:
mbs - The MBean Server bounfd with the connector

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
Returns:
the Mbean Server bound with the connector


Copyright 2001-2007 INRIA All Rights Reserved.