com.sun.n1.sps.model.component
Interface SystemServiceRef

All Superinterfaces:
PluginMember

public interface SystemServiceRef
extends PluginMember

A system service is a persistent reference to an installed system service component which is auto-installed and managed by the ROX system.


Method Summary
 java.lang.String getDescription()
          Returns the description of this object.
 SystemServiceRefID getID()
          Returns the ID of this object, or null if this object has not yet been saved.
 InstalledComponentRef getInstalledComponentRef()
          Returns the reference to the installed component associated with this object.
 java.lang.String getName()
          Returns the name of this object.
 java.lang.String getSimpleName()
          Returns the simple name of this object.
 
Methods inherited from interface com.sun.n1.sps.model.PluginMember
getPluginID
 

Method Detail

getID

SystemServiceRefID getID()
Returns the ID of this object, or null if this object has not yet been saved.

Returns:
the ID of this object.

getSimpleName

java.lang.String getSimpleName()
Returns the simple name of this object.

Returns:
the simple name of this object.

getInstalledComponentRef

InstalledComponentRef getInstalledComponentRef()
Returns the reference to the installed component associated with this object. null is returned by default.

Returns:
the installed component reference, in universal format with path resolved.

getName

java.lang.String getName()
Returns the name of this object.

Returns:
the name of this object.

getDescription

java.lang.String getDescription()
Returns the description of this object.

Returns:
the description of this object.