javax.resource.spi.work
Interface WorkContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
HintsContext, SecurityContext, TransactionContext

public interface WorkContext
extends Serializable

Since:
1.6
Version:
$Rev: 806898 $ $Date: 2009-08-23 00:11:25 +0200 (So, 23. Aug 2009) $

Method Summary
 String getDescription()
          Human readable description of the inflow context
 String getName()
          Human readable name of the inflow context
 

Method Detail

getName

String getName()
Human readable name of the inflow context

Returns:
human readable name of the inflow context

getDescription

String getDescription()
Human readable description of the inflow context

Returns:
human-readable description of the inflow context


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.