KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > endpoint > MessageEndpoint

javax.resource.spi.endpoint
Interface MessageEndpoint

See Also:
Top Examples, Source Code

public void afterDelivery()
                   throws ResourceException
See Also:
UnavailableException, IllegalStateException, ApplicationServerInternalException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void beforeDelivery(Method method)
                    throws NoSuchMethodException,
                           ResourceException
See Also:
UnavailableException, IllegalStateException, ApplicationServerInternalException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void release()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags