NetKernel APIs


com.ten60.netkernel.module
Interface IDynamicClassProvider


public interface IDynamicClassProvider

Interface for pluggable dynamic module compilers


Method Summary
 boolean isModified()
           
 void registerModule(ModuleDefinition aModule)
          Called to register a module for potential compilation
 void unregisterModule(ModuleDefinition aModule)
          Called to unregister a module from potential compilation
 

Method Detail

registerModule

public void registerModule(ModuleDefinition aModule)
                    throws IOException
Called to register a module for potential compilation

Throws:
IOException

unregisterModule

public void unregisterModule(ModuleDefinition aModule)
                      throws IOException
Called to unregister a module from potential compilation

Throws:
IOException

isModified

public boolean isModified()

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.