Uses of Class
org.apache.openejb.jee.wls.Description

Packages that use Description
org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Description in org.apache.openejb.jee.wls
 

Fields in org.apache.openejb.jee.wls declared as Description
protected  Description RetryMethodsOnRollback.description
           
protected  Description Method.description
           
protected  Description WeblogicEjbJar.description
           
protected  Description SecurityPermission.description
           
protected  Description WeblogicQuery.description
           
protected  Description SqlShape.description
           
 

Methods in org.apache.openejb.jee.wls that return Description
 Description ObjectFactory.createDescription()
          Create an instance of Description
 Description RetryMethodsOnRollback.getDescription()
          Gets the value of the description property.
 Description Method.getDescription()
          Gets the value of the description property.
 Description WeblogicEjbJar.getDescription()
          Gets the value of the description property.
 Description SecurityPermission.getDescription()
          Gets the value of the description property.
 Description WeblogicQuery.getDescription()
          Gets the value of the description property.
 Description SqlShape.getDescription()
          Gets the value of the description property.
 

Methods in org.apache.openejb.jee.wls with parameters of type Description
 void RetryMethodsOnRollback.setDescription(Description value)
          Sets the value of the description property.
 void Method.setDescription(Description value)
          Sets the value of the description property.
 void WeblogicEjbJar.setDescription(Description value)
          Sets the value of the description property.
 void SecurityPermission.setDescription(Description value)
          Sets the value of the description property.
 void WeblogicQuery.setDescription(Description value)
          Sets the value of the description property.
 void SqlShape.setDescription(Description value)
          Sets the value of the description property.
 



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