org.openejb.config.ejb11
Class EjbRef

java.lang.Object
  extended byorg.openejb.config.ejb11.EjbRef
All Implemented Interfaces:
Serializable

public class EjbRef
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
See Also:
Serialized Form

Constructor Summary
EjbRef()
           
 
Method Summary
 String getDescription()
           
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 String getHome()
           
 String getId()
           
 String getRemote()
           
 boolean isValid()
           
 void marshal(DocumentHandler handler)
           
 void marshal(Writer out)
           
 void setDescription(String _description)
           
 void setEjbLink(String _ejbLink)
           
 void setEjbRefName(String _ejbRefName)
           
 void setEjbRefType(String _ejbRefType)
           
 void setHome(String _home)
           
 void setId(String _id)
           
 void setRemote(String _remote)
           
static EjbRef unmarshal(Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbRef

public EjbRef()
Method Detail

getDescription

public String getDescription()

getEjbLink

public String getEjbLink()

getEjbRefName

public String getEjbRefName()

getEjbRefType

public String getEjbRefType()

getHome

public String getHome()

getId

public String getId()

getRemote

public String getRemote()

isValid

public boolean isValid()

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setDescription

public void setDescription(String _description)
Parameters:
_description -

setEjbLink

public void setEjbLink(String _ejbLink)
Parameters:
_ejbLink -

setEjbRefName

public void setEjbRefName(String _ejbRefName)
Parameters:
_ejbRefName -

setEjbRefType

public void setEjbRefType(String _ejbRefType)
Parameters:
_ejbRefType -

setHome

public void setHome(String _home)
Parameters:
_home -

setId

public void setId(String _id)
Parameters:
_id -

setRemote

public void setRemote(String _remote)
Parameters:
_remote -

unmarshal

public static EjbRef unmarshal(Reader reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException


Copyright © 1999-2005 OpenEJB. All Rights Reserved.