com.antiaction.mayhem.core
Interface IServiceManager
- All Known Implementing Classes:
- Server
public interface IServiceManager
Bootstrap loader for the Mayhem Server framework.
Configured services are loaded dynamically.
Configuration files should be located in the relative conf/ directory.
- Version:
- 1.00
- Author:
- Nicholas Clarke
bind
IBinder bind(IService service,
IBindDatagramSocketFactory bindDatagramSocketFactory,
java.lang.String interf,
int port,
IObjectBroker objectBroker)
bind
IBinder bind(IService service,
IBindSocketFactory bindFactory,
java.lang.String interf,
int port,
int backlog,
IObjectBroker objectBroker)
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.