org.apache.openejb.client
Class InjectionMetaData

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

public class InjectionMetaData
extends Object
implements 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(String target, String name, String jndiName)
           
 List<Injection> getInjections()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(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 List<Injection> getInjections()

addInjection

public void addInjection(String target,
                         String name,
                         String jndiName)

readExternal

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

writeExternal

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


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