Uses of Interface
com.sun.n1.sps.model.plugin.PluginID

Packages that use PluginID
com.sun.n1.sps.model   
com.sun.n1.sps.model.folder   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.plugin   
 

Uses of PluginID in com.sun.n1.sps.model
 

Methods in com.sun.n1.sps.model that return PluginID
 PluginID PluginMember.getPluginID()
          Return the PluginID of the plugin that created this object.
 

Uses of PluginID in com.sun.n1.sps.model.folder
 

Methods in com.sun.n1.sps.model.folder that return PluginID
 PluginID SummaryFolder.getPluginID()
           
 

Uses of PluginID in com.sun.n1.sps.model.host
 

Methods in com.sun.n1.sps.model.host that return PluginID
 PluginID HostType.getPluginID()
          The Plugin to which this host type belongs.
 

Uses of PluginID in com.sun.n1.sps.model.plugin
 

Methods in com.sun.n1.sps.model.plugin that return PluginID
 PluginID Plugin.getID()
          Returns the ID of this object, or null if this object.
 PluginID[] PluginIDSet.toIDArray()
          Returns an array of plugin IDs contained in this set.