com.novell.application.console.snapin
Interface InitializationSnapin
- All Superinterfaces:
- Snapin
- public interface InitializationSnapin
- extends Snapin
Provides services snapped into the shell to run one time when the shell
is started.
You must implement this interface to provide a service that runs
one time. Initialization snap-ins are loaded
immediately after the shell has read the InitSnapinInfo from all
snap-ins, and is unloaded immediately thereafter. In order
to implement the InitializationSnapin interface, the participating snap-in
must use the GlobalScope. That is, Initialization snap-ins can be registered
only with the GlobalScope. The difference between initialization snapins and
service snapins is that ConsoleOne holds a reference to all service snapins
for the life of ConsoleOne and shuts them down on exit instead of immediately
after initializing them.
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.