com.sun.jini.jeri.internal.runtime
Class Binding
java.lang.Object
com.sun.jini.jeri.internal.runtime.Binding
class Binding
- extends Object
A bound ListenEndpoint and the associated ListenHandle and
RequestDispatcher.
- Since:
- 2.2.0
- Author:
- Peter Firmstone.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenEndpoint
private final ServerEndpoint.ListenEndpoint listenEndpoint
table
private final ObjectTable table
listenPool
private final java.util.concurrent.ConcurrentMap listenPool
requestDispatcher
private RequestDispatcher requestDispatcher
listenHandle
private ServerEndpoint.ListenHandle listenHandle
activated
boolean activated
closed
boolean closed
exportsInProgress
private int exportsInProgress
Binding
Binding(ServerEndpoint.ListenEndpoint listenEndpoint,
ObjectTable table,
java.util.concurrent.ConcurrentMap listenPool)
throws IOException
- Throws:
IOException
incrementExportInProgress
boolean incrementExportInProgress()
decrementExportInProgress
void decrementExportInProgress()
activate
boolean activate()
throws IOException
- Throws:
IOException
checkReferenced
void checkReferenced()
getRequestDispatcher
RequestDispatcher getRequestDispatcher()
getListenHandle
ServerEndpoint.ListenHandle getListenHandle()
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.