|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.rbs.RBSObject
|
+--com.novell.admin.rbs.RBSModule
Class that represents a rbsModule object
| Fields inherited from class com.novell.admin.rbs.RBSObject |
ns,
nsObj,
oe |
| Constructor Summary | |
RBSModule(NSObject obj)
Constructor. |
|
RBSModule(ObjectEntry objectOE)
Constructor. |
|
| Method Summary | |
java.util.Vector |
getPath()
Returns a vector of dependent modules |
RBSTask[] |
getTasks()
Returns an array of RBSTask in this module |
java.lang.String |
getType()
Returns the module type |
java.net.URL |
getURL()
Returns the url of the module |
void |
setPath(ValueList[] valueList)
Sets the dependent modules of this module. |
void |
setType(java.lang.String type)
Sets the module type. |
void |
setURL(java.net.URL url)
Sets the url of the module. |
| Methods inherited from class com.novell.admin.rbs.RBSObject |
getDescription,
getObjectEntry,
setDescription,
setNSObject,
update,
verifyNSObject |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RBSModule(ObjectEntry objectOE)
objectOE - ObjectEntry representing a rbsModulepublic RBSModule(NSObject obj)
obj - NSObject| Method Detail |
public java.net.URL getURL()
throws SPIException,
java.net.MalformedURLException
public void setURL(java.net.URL url)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
url - A URL representing the url of the module.
public java.util.Vector getPath()
throws SPIException
public void setPath(ValueList[] valueList)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
valueList - The ValueList[] representing the dependent modules of this module.
public java.lang.String getType()
throws SPIException,
NamespaceException
public void setType(java.lang.String type)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
type - A String representing the module type
public RBSTask[] getTasks()
throws SPIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||