org.jboss.ejb3.dd
Class Callback

java.lang.Object
  extended by org.jboss.ejb3.dd.Callback

public class Callback
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.2.2.3 $
Author:
William DeCoste

Constructor Summary
Callback()
           
 
Method Summary
 void addMethod(Method method)
           
 String getAnnotation()
           
 List getMethods()
           
 void setAnnotation(String annotation)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Callback

public Callback()
Method Detail

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String annotation)

getMethods

public List getMethods()

addMethod

public void addMethod(Method method)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.