Java Doc for AbstractIoAcceptor.java in » Net » mina-2.0.0-M1 » org » apache » mina » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
A base implementation of
IoAcceptor .
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 601236 $, $Date: 2007-12-05 00:53:03 -0700 (Wed, 05 Dec 2007) $
Inner Class :protected static class AcceptorOperationFuture extends ServiceOperationFuture
The lock object which is acquired while bind or unbind operation is performed.
Acquire this lock in your property setters which shouldn't be changed while
the service is bound.