org.jboss.jca.core.spi.rar
Interface MessageListener


public interface MessageListener

A message listener representation

Author:
Jesper Pedersen

Method Summary
 Activation getActivation()
          Get the activation for the listener
 Class<?> getType()
          Get the message listener type
 

Method Detail

getType

Class<?> getType()
Get the message listener type

Returns:
The value

getActivation

Activation getActivation()
Get the activation for the listener

Returns:
The value


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)