nu.najt.kecon.jsocksproxy
Interface JSocksProxyMBean

All Known Implementing Classes:
JSocksProxy

public interface JSocksProxyMBean

MBean interface for application servers.

Author:
Kenny Colliander Nordin

Method Summary
 java.lang.String getConfigurationBasePathPropertyKey()
           
 java.lang.String getJndiName()
           
 void setConfigurationBasePathPropertyKey(java.lang.String configurationBasePathPropertyKey)
          Sets property key for the configuration base path
 void setJndiName(java.lang.String jndiName)
          Sets the jndiName
 void start()
          Start the service
 void stop()
          Stop the service
 

Method Detail

getJndiName

java.lang.String getJndiName()
Returns:
the jndiName

setJndiName

void setJndiName(java.lang.String jndiName)
                 throws javax.naming.NamingException
Sets the jndiName

Parameters:
jndiName - the jndiName
Throws:
javax.naming.NamingException

setConfigurationBasePathPropertyKey

void setConfigurationBasePathPropertyKey(java.lang.String configurationBasePathPropertyKey)
Sets property key for the configuration base path

Parameters:
configurationBasePathPropertyKey - the configuration base path property key

getConfigurationBasePathPropertyKey

java.lang.String getConfigurationBasePathPropertyKey()
Returns:
the configuration base path property key

start

void start()
Start the service

Throws:
java.lang.Exception

stop

void stop()
Stop the service

Throws:
java.lang.Exception