[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Interface COM.novell.SVAPI.SVAPIEngine

public interface SVAPIEngine extends Remote

The SVAPIEngine interface must be implemented by every engine. This interface is used by SVAPI to create Engine objects.

See Also: SVAPI, Engine


Method Index

createEngine(EngineProperties, EngineNotify)
Creates a new engine defined by the engine properties description.
createEnginePropertiesList()
Returns a list of engine properties objects that represent the different modes supported by this engine.


Methods



createEnginePropertiesList

public abstract EnginePropertiesList createEnginePropertiesList()
Returns a list of engine properties objects that represent the different modes supported by this engine.
Exceptions:


createEngine

public abstract Engine createEngine(EngineProperties Prop, EngineNotify Notify)
Creates a new engine defined by the engine properties description.
Parameters:
Exceptions:
See Also: SVAPI



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com