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

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.MessageService

@MessageBinding
public class MessageService
extends LoggedService


Constructor Summary
MessageService()
           
 
Method Summary
 void onTimeout(javax.ejb.Timer timer)
           
 void ping()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageService

public MessageService()
Method Detail

ping

@PingBinding
public void ping()

start

public void start()

onTimeout

@PingBinding
public void onTimeout(javax.ejb.Timer timer)


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