Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface fi.hut.tcm.jacob.conduits.UninstallMessenger

Implementing Classes:
Uninstaller

public abstract interface UninstallMessenger
extends Messenger
UninstallMessenger Interprets uninstallation information, which is stored somewhere in the uninstallation message, probably in the out of band area (UninstallOob). Uninstall messages are acted upon in ConduitFactories.


Method Summary
Conduit getConduit(Message message)
          Returns a reference to the conduit which was created during installation.
 

Method Detail

getConduit

public Conduit getConduit(Message message)
Returns a reference to the conduit which was created during installation.
Parameters:
message - the uninstallation message
Returns:
the conduit to be uninstalled from the system

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD