org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise
Class MonitorService

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise.Service
      extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise.LoggedService
          extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise.MonitorService

public class MonitorService
extends LoggedService


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

Constructor Detail

MonitorService

public MonitorService()
Method Detail

ping

@PingBinding
public void ping()


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