com.novell.application.console.snapin.context
Class MapObjectEntrySnapinContext

java.lang.Object
  |
  +--com.novell.application.console.snapin.context.SnapinContext
        |
        +--com.novell.application.console.snapin.context.MapObjectEntrySnapinContext

public class MapObjectEntrySnapinContext
extends SnapinContext

Contains an ObjectEntry used to obtain context information.

The ObjectEntry may represent an object selected by the user from a Browser or View window, or it may have been generated programmatically by another snap-in.

The MapObjectEntrySnapinContext object is passed to the MapObjectEntrySnapin on initialization through the InitSnapinInfo parameter to the initSnapin() method. The MapObjectEntrySnapinContext can be retrieved from the InitSnapinInfo parameter with a call to the getSnapinContext() method.

See Also:
SnapinContext, MapObjectEntrySnapin

Method Summary
 ObjectEntry getObjectEntry()
          Retrieves the ObjectEntry from the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObjectEntry

public ObjectEntry getObjectEntry()
Retrieves the ObjectEntry from the context.
Returns:
The ObjectEntry associated with the MapObjectEntrySnapinContext.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.