org.apache.jackrabbit.rmi.server.jmx
Interface JCRServerMBean

All Known Implementing Classes:
JCRServer

public interface JCRServerMBean


Method Summary
 String getLocalAddress()
           
 String getLocalEnvironment()
           
 String getRemoteAddress()
           
 String getRemoteEnvironment()
           
 void setLocalAddress(String address)
           
 void setLocalEnvironment(String localEnvironment)
           
 void setRemoteAddress(String address)
           
 void setRemoteEnvironment(String remoteEnvironment)
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

getLocalAddress

String getLocalAddress()

setLocalAddress

void setLocalAddress(String address)

getRemoteAddress

String getRemoteAddress()

setRemoteAddress

void setRemoteAddress(String address)

getRemoteEnvironment

String getRemoteEnvironment()

setRemoteEnvironment

void setRemoteEnvironment(String remoteEnvironment)

getLocalEnvironment

String getLocalEnvironment()

setLocalEnvironment

void setLocalEnvironment(String localEnvironment)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.