| |
|
| org.apache.james.core.AbstractJamesService org.apache.james.remotemanager.RemoteManager
RemoteManager | public class RemoteManager extends AbstractJamesService implements RemoteManagerMBean(Code) | | Provides a really rude network interface to administer James.
Allow to add accounts.
TODO: -improve protocol
-add remove user
-much more...
version: 1.0.0, 24/04/1999 |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(Configuration) |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
newHandler | protected ConnectionHandler newHandler() throws Exception(Code) | | See Also: org.apache.avalon.cornerstone.services.connection.AbstractHandlerFactory.newHandler |
releaseConnectionHandler | public void releaseConnectionHandler(ConnectionHandler connectionHandler)(Code) | | See Also: org.apache.avalon.cornerstone.services.connection.ConnectionHandlerFactory.releaseConnectionHandler(ConnectionHandler) |
service | public void service(ServiceManager componentManager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(ServiceManager) |
|
|
|