NetKernel APIs


com.ten60.netkernel.urii
Interface IURComponent

All Known Subinterfaces:
IFragmentor, ITransport, ITransrepresentor, IURAccessor
All Known Implementing Classes:
AccessorImpl, AccessorImpl, ComplexTransreptorImpl, NKFAccessorImpl, NKFFragmentorImpl, NKFTransportImpl, NKFTransreptorImpl, SimpleTransreptorImpl

public interface IURComponent

A common interface between IURAccessor, IFragmentor, ITransport, ITransrepresentor


Method Summary
 void destroy()
          This method is called to notify the component that it will not be used again.
 void initialise(Container aKernel, ModuleDefinition aModule)
          This method is called to put the component into action and ready for use.
 

Method Detail

initialise

public void initialise(Container aKernel,
                       ModuleDefinition aModule)
                throws NetKernelException
This method is called to put the component into action and ready for use. No service calls will be make until this method completes

Parameters:
aKernel -
aModule -
Throws:
NetKernelException

destroy

public void destroy()
             throws NetKernelException
This method is called to notify the component that it will not be used again. No service calls will be pending when this method is called.

Throws:
NetKernelException

NetKernel APIs


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