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 


Constructor Index

 o NullServiceProvider()

Method Index

 o getInterestGroups()
 o getInterestGroups()
This returns a an array of GroupID objects defining communication groups of interest to this service provider.
 o getServices()
 o initSandboxRunnable(Sandbox, Object)
This method is called by the Sandbox, after loading the runnable.
 o performService(Service)
 o providesService(Service)
 o run()
Here should the main code lie.
 o stopSandboxRunnable()
This is called when the Sandbox determines that the sandbox runnable has to be stopped (maybe before evacuation) ...

Constructors

 o NullServiceProvider
 public NullServiceProvider()

Methods

 o performService
 public ServiceResult performService(Service s)
See Also:
performService
 o providesService
 public long providesService(Service ss)
See Also:
providesService
 o getServices
 public Service[] getServices()
See Also:
getServices
 o getInterestGroups
 public GroupID[] getInterestGroups()
See Also:
getInterestGroups

All Packages  Class Hierarchy  This Package  Previous  Next  Index