org.jboss.mx.loading
Class LoaderRepositoryFactory.LoaderRepositoryConfig
java.lang.Object
org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- LoaderRepositoryFactory (src)
- public static class LoaderRepositoryFactory.LoaderRepositoryConfig
- extends java.lang.Object
- implements java.io.Serializable
A class that represents the configuration of the a LoaderRepository.
This defines the JMX ObjectName, the LoaderRepository implementation
class, the repository config parser and a string representation of
the repository config.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
repositoryName
public ObjectName (src) repositoryName
- The ObjectName of the loader repository for this deployment
repositoryClassName
public java.lang.String repositoryClassName
configParserClassName
public java.lang.String configParserClassName
repositoryConfig
public java.lang.String repositoryConfig
LoaderRepositoryFactory.LoaderRepositoryConfig
public LoaderRepositoryFactory.LoaderRepositoryConfig()
toString
public java.lang.String toString()