| |
|
| java.lang.Object com.sun.jbi.management.descriptor.SharedLibraryDescriptor
SharedLibraryDescriptor | public class SharedLibraryDescriptor (Code) | | This class encapsulates the JAXB model for the Shared Library Descriptor
author: Sun Microsystems, Inc |
SharedLibraryDescriptor | public SharedLibraryDescriptor(Jbi jbi) throws IllegalArgumentException(Code) | | Constructs a SharedLibraryDescriptor.
throws: an - IllegalArgumentException if the JbiType passed in not thatfor a component |
getDescription | public String getDescription()(Code) | | the Shared Library Description |
getName | public String getName()(Code) | | Get the name of the shared library
|
getSharedLibraryClassPathElements | public List<String> getSharedLibraryClassPathElements()(Code) | | the Shared Library Class Path elements. White spaces in individual elementsare trimmed. |
|
|
|