org.opa.core
Interface OPALoader


public interface OPALoader


Method Summary
 void load()
          Is called by the Kernel's module loader and invokes operations on the Kernel API's such as registering services with the directory.
 

Method Detail

load

public void load()
Is called by the Kernel's module loader and invokes operations on the Kernel API's such as registering services with the directory. There must be EXACTLY ONE OPALoader subclass per module. In addition, it MUST be named as follows: module: org.x.y loader class: org.x.y.Loader