com.sun.n1.sps.model
Interface PluginMember

All Known Subinterfaces:
Component, ComponentTypeRef, ExecutionPlan, Folder, HostSearch, HostSet, HostType, RsrcInfo, SummaryComponent, SystemServiceRef

public interface PluginMember

Objects that can be created by a plugin.


Method Summary
 PluginID getPluginID()
          Return the PluginID of the plugin that created this object.
 

Method Detail

getPluginID

PluginID getPluginID()
Return the PluginID of the plugin that created this object. Returns null if this object was not created by a plugin.

Returns:
The PluginID of the plugin that created this object.