org.jboss.mx.loading
Class LoaderRepositoryFactory.LoaderRepositoryConfig

java.lang.Object
  extended byorg.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

Field Summary
 java.lang.String configParserClassName
           
 java.lang.String repositoryClassName
           
 java.lang.String repositoryConfig
           
 ObjectName (src) repositoryName
          The ObjectName of the loader repository for this deployment
 
Constructor Summary
LoaderRepositoryFactory.LoaderRepositoryConfig()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LoaderRepositoryFactory.LoaderRepositoryConfig

public LoaderRepositoryFactory.LoaderRepositoryConfig()
Method Detail

toString

public java.lang.String toString()