|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoaderRepositoryType<T>
This interface defines the contract for the loader-repositoryType
xsd type
Original Documentation:
The loader-repository specifies the name of the UnifiedLoaderRepository
MBean to use for the ear to provide ear level scoping of classes deployed
in the ear. It is a unique JMX ObjectName string. It may also specify
an arbitrary configuration by including a loader-repository-config element.
Examples:
dot.com:loader=unique-archive-name
java2ParentDelegaton=true
Method Summary | |
---|---|
java.lang.String |
getLoaderRepositoryClass()
Returns the loaderRepositoryClass element |
java.util.List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> |
getLoaderRepositoryConfigList()
Returns all loader-repository-config elements |
LoaderRepositoryConfigType<LoaderRepositoryType<T>> |
loaderRepositoryConfig()
Returns the loader-repository-config element |
LoaderRepositoryType<T> |
removeAllLoaderRepositoryConfig()
Removes all loader-repository-config elements |
LoaderRepositoryType<T> |
removeLoaderRepositoryClass()
Removes the loaderRepositoryClass attribute |
LoaderRepositoryType<T> |
setLoaderRepositoryClass(java.lang.String loaderRepositoryClass)
Sets the loaderRepositoryClass attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LoaderRepositoryType<T> removeAllLoaderRepositoryConfig()
loader-repository-config
elements
LoaderRepositoryType
LoaderRepositoryConfigType<LoaderRepositoryType<T>> loaderRepositoryConfig()
loader-repository-config
element
loader-repository-config
java.util.List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> getLoaderRepositoryConfigList()
loader-repository-config
elements
loader-repository-config
LoaderRepositoryType<T> setLoaderRepositoryClass(java.lang.String loaderRepositoryClass)
loaderRepositoryClass
attribute
loaderRepositoryClass
- the value for the attribute loaderRepositoryClass
LoaderRepositoryType
LoaderRepositoryType<T> removeLoaderRepositoryClass()
loaderRepositoryClass
attribute
LoaderRepositoryType
java.lang.String getLoaderRepositoryClass()
loaderRepositoryClass
element
loaderRepositoryClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |