org.apache.openejb.client
Class InjectionMetaData

java.lang.Object
  extended by org.apache.openejb.client.InjectionMetaData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class InjectionMetaData
extends java.lang.Object
implements java.io.Externalizable

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
InjectionMetaData()
           
 
Method Summary
 void addInjection(java.lang.String target, java.lang.String name, java.lang.String jndiName)
           
 java.util.List<Injection> getInjections()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionMetaData

public InjectionMetaData()
Method Detail

getInjections

public java.util.List<Injection> getInjections()

addInjection

public void addInjection(java.lang.String target,
                         java.lang.String name,
                         java.lang.String jndiName)

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.