org.openejb.config.ejb11
Class EjbJar

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

public class EjbJar
extends Object
implements Serializable

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

Constructor Summary
EjbJar()
           
 
Method Summary
 AssemblyDescriptor getAssemblyDescriptor()
           
 String getDescription()
           
 String getDisplayName()
           
 String getEjbClientJar()
           
 EnterpriseBeans getEnterpriseBeans()
           
 String getId()
           
 String getLargeIcon()
           
 String getSmallIcon()
           
 boolean isValid()
           
 void marshal(DocumentHandler handler)
           
 void marshal(Writer out)
           
 void setAssemblyDescriptor(AssemblyDescriptor _assemblyDescriptor)
           
 void setDescription(String _description)
           
 void setDisplayName(String _displayName)
           
 void setEjbClientJar(String _ejbClientJar)
           
 void setEnterpriseBeans(EnterpriseBeans _enterpriseBeans)
           
 void setId(String _id)
           
 void setLargeIcon(String _largeIcon)
           
 void setSmallIcon(String _smallIcon)
           
static EjbJar 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

EjbJar

public EjbJar()
Method Detail

getAssemblyDescriptor

public AssemblyDescriptor getAssemblyDescriptor()

getDescription

public String getDescription()

getDisplayName

public String getDisplayName()

getEjbClientJar

public String getEjbClientJar()

getEnterpriseBeans

public EnterpriseBeans getEnterpriseBeans()

getId

public String getId()

getLargeIcon

public String getLargeIcon()

getSmallIcon

public String getSmallIcon()

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

setAssemblyDescriptor

public void setAssemblyDescriptor(AssemblyDescriptor _assemblyDescriptor)
Parameters:
_assemblyDescriptor -

setDescription

public void setDescription(String _description)
Parameters:
_description -

setDisplayName

public void setDisplayName(String _displayName)
Parameters:
_displayName -

setEjbClientJar

public void setEjbClientJar(String _ejbClientJar)
Parameters:
_ejbClientJar -

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeans _enterpriseBeans)
Parameters:
_enterpriseBeans -

setId

public void setId(String _id)
Parameters:
_id -

setLargeIcon

public void setLargeIcon(String _largeIcon)
Parameters:
_largeIcon -

setSmallIcon

public void setSmallIcon(String _smallIcon)
Parameters:
_smallIcon -

unmarshal

public static EjbJar 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.