All Packages Class Hierarchy This Package Previous Next Index
Class tlk.service.NullServiceProvider
java.lang.Object
|
+----tlk.service.NullServiceProvider
- public class NullServiceProvider
- extends Object
- implements ServiceProvider
This is a fake placeholder.
Written: Radu Sion
Version: 0.1
Source: NullServiceProvider.java
Visit
Smart Software
-
NullServiceProvider()
-
-
getInterestGroups()
-
-
getInterestGroups()
- This returns a an array of GroupID objects defining communication groups
of interest to this service provider.
-
getServices()
-
-
initSandboxRunnable(Sandbox, Object)
- This method is called by the Sandbox, after loading the runnable.
-
performService(Service)
-
-
providesService(Service)
-
-
run()
- Here should the main code lie.
-
stopSandboxRunnable()
- This is called when the Sandbox determines that the sandbox runnable
has to be stopped (maybe before evacuation) ...
NullServiceProvider
public NullServiceProvider()
performService
public ServiceResult performService(Service s)
- See Also:
- performService
providesService
public long providesService(Service ss)
- See Also:
- providesService
getServices
public Service[] getServices()
- See Also:
- getServices
getInterestGroups
public GroupID[] getInterestGroups()
- See Also:
- getInterestGroups
All Packages Class Hierarchy This Package Previous Next Index