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

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

Throws:
java.io.IOException

unregisterModule

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

Throws:
java.io.IOException

isModified

boolean isModified()

NetKernel APIs


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