org.openejb.alt.config.ejb11
Class EjbJar

java.lang.Object
  extended by org.openejb.alt.config.ejb11.EjbJar
All Implemented Interfaces:
java.io.Serializable

public class EjbJar
extends java.lang.Object
implements java.io.Serializable

Class EjbJar.

Version:
$Revision: 1104 $ $Date: 2004-03-30 16:44:02 -0800 (Tue, 30 Mar 2004) $
See Also:
Serialized Form

Constructor Summary
EjbJar()
           
 
Method Summary
 AssemblyDescriptor getAssemblyDescriptor()
          Returns the value of field 'assemblyDescriptor'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 java.lang.String getDisplayName()
          Returns the value of field 'displayName'.
 java.lang.String getEjbClientJar()
          Returns the value of field 'ejbClientJar'.
 EnterpriseBeans getEnterpriseBeans()
          Returns the value of field 'enterpriseBeans'.
 java.lang.String getId()
          Returns the value of field 'id'.
 java.lang.String getLargeIcon()
          Returns the value of field 'largeIcon'.
 java.lang.String getSmallIcon()
          Returns the value of field 'smallIcon'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
          Sets the value of field 'assemblyDescriptor'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setDisplayName(java.lang.String displayName)
          Sets the value of field 'displayName'.
 void setEjbClientJar(java.lang.String ejbClientJar)
          Sets the value of field 'ejbClientJar'.
 void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
          Sets the value of field 'enterpriseBeans'.
 void setId(java.lang.String id)
          Sets the value of field 'id'.
 void setLargeIcon(java.lang.String largeIcon)
          Sets the value of field 'largeIcon'.
 void setSmallIcon(java.lang.String smallIcon)
          Sets the value of field 'smallIcon'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method 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()
Returns the value of field 'assemblyDescriptor'.

Returns:
the value of field 'assemblyDescriptor'.

getDescription

public java.lang.String getDescription()
Returns the value of field 'description'.

Returns:
the value of field 'description'.

getDisplayName

public java.lang.String getDisplayName()
Returns the value of field 'displayName'.

Returns:
the value of field 'displayName'.

getEjbClientJar

public java.lang.String getEjbClientJar()
Returns the value of field 'ejbClientJar'.

Returns:
the value of field 'ejbClientJar'.

getEnterpriseBeans

public EnterpriseBeans getEnterpriseBeans()
Returns the value of field 'enterpriseBeans'.

Returns:
the value of field 'enterpriseBeans'.

getId

public java.lang.String getId()
Returns the value of field 'id'.

Returns:
the value of field 'id'.

getLargeIcon

public java.lang.String getLargeIcon()
Returns the value of field 'largeIcon'.

Returns:
the value of field 'largeIcon'.

getSmallIcon

public java.lang.String getSmallIcon()
Returns the value of field 'smallIcon'.

Returns:
the value of field 'smallIcon'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setAssemblyDescriptor

public void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
Sets the value of field 'assemblyDescriptor'.

Parameters:
assemblyDescriptor - the value of field 'assemblyDescriptor'.

setDescription

public void setDescription(java.lang.String description)
Sets the value of field 'description'.

Parameters:
description - the value of field 'description'.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the value of field 'displayName'.

Parameters:
displayName - the value of field 'displayName'.

setEjbClientJar

public void setEjbClientJar(java.lang.String ejbClientJar)
Sets the value of field 'ejbClientJar'.

Parameters:
ejbClientJar - the value of field 'ejbClientJar'.

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
Sets the value of field 'enterpriseBeans'.

Parameters:
enterpriseBeans - the value of field 'enterpriseBeans'.

setId

public void setId(java.lang.String id)
Sets the value of field 'id'.

Parameters:
id - the value of field 'id'.

setLargeIcon

public void setLargeIcon(java.lang.String largeIcon)
Sets the value of field 'largeIcon'.

Parameters:
largeIcon - the value of field 'largeIcon'.

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)
Sets the value of field 'smallIcon'.

Parameters:
smallIcon - the value of field 'smallIcon'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.