org.jboss.cdi.tck.tests.implementation.simple.resource.ejb
Class Monitor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.resource.ejb.Monitor
All Implemented Interfaces:
Serializable

@RequestScoped
public class Monitor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Monitor()
           
 
Method Summary
 boolean isRemoteEjbDestroyed()
           
 void remoteEjbDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor

public Monitor()
Method Detail

remoteEjbDestroyed

public void remoteEjbDestroyed()

isRemoteEjbDestroyed

public boolean isRemoteEjbDestroyed()


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