org.jboss.jsr299.tck.tests.implementation.enterprise.definition
Class Pitbull

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.enterprise.definition.Dog
      extended by org.jboss.jsr299.tck.tests.implementation.enterprise.definition.Pitbull
All Implemented Interfaces:
DogLocal, DogRemote, PitbullLocal

@ApplicationScoped
@Named
@Default
public class Pitbull
extends Dog
implements PitbullLocal, DogLocal, DogRemote


Field Summary
static boolean destructorCalled
           
 
Constructor Summary
Pitbull()
           
 
Method Summary
 void bye()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destructorCalled

public static boolean destructorCalled
Constructor Detail

Pitbull

public Pitbull()
Method Detail

bye

public void bye()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.