}
/** Sets this channel to be part of a local transaction */
public void setLocalTransactional()
{
_transaction = new LocalTransaction(_messageStore, new ActivityTimeAccessor()
{
@Override
public long getActivityTime()
{
return _connection.getLastReceivedTime();