org.apache.avalon.phoenix.components.embeddor
Class EmbeddorEntry

java.lang.Object
  |
  +--org.apache.avalon.phoenix.components.embeddor.EmbeddorEntry

public class EmbeddorEntry
extends Object

Author:
Joerg Bauer

Constructor Summary
EmbeddorEntry(String role, String classname, String loggerName, Configuration configuration)
           
 
Method Summary
 String getClassName()
           
 Configuration getConfiguration()
           
 String getLoggerName()
           
 Object getObject()
           
 String getRole()
           
 void setObject(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddorEntry

public EmbeddorEntry(String role,
                     String classname,
                     String loggerName,
                     Configuration configuration)
Method Detail

getRole

public String getRole()

getConfiguration

public Configuration getConfiguration()

getClassName

public String getClassName()

getObject

public Object getObject()

setObject

public void setObject(Object object)

getLoggerName

public String getLoggerName()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.