| | |
| | | private AuthenticationInfo authenticationInfo; |
| | | |
| | | // The empty operation list for this connection. |
| | | private LinkedList<AbstractOperation> operationList; |
| | | private LinkedList<Operation> operationList; |
| | | |
| | | // The connection ID for this client connection. |
| | | private long connectionID; |
| | |
| | | } |
| | | |
| | | connectionID = nextConnectionID.getAndDecrement(); |
| | | operationList = new LinkedList<AbstractOperation>(); |
| | | operationList = new LinkedList<Operation>(); |
| | | |
| | | try |
| | | { |
| | |
| | | super.setLookthroughLimit(0); |
| | | |
| | | connectionID = nextConnectionID.getAndDecrement(); |
| | | operationList = new LinkedList<AbstractOperation>(); |
| | | operationList = new LinkedList<Operation>(); |
| | | |
| | | try |
| | | { |
| | |
| | | mayExtend=false, |
| | | mayInvoke=false) |
| | | @Override() |
| | | public Collection<AbstractOperation> getOperationsInProgress() |
| | | public Collection<Operation> getOperationsInProgress() |
| | | { |
| | | return operationList; |
| | | } |