isIDPublic_
protected boolean isIDPublic_
logger_
protected Logger logger_
thisServant_
protected Servant thisServant_
_default_POA
public final POA _default_POA()
Override this method from the Servant baseclass. Fintan Bolton
in his book "Pure CORBA" suggests that you override this method to
avoid the risk that a servant object (like this one) could be
activated by the wrong POA object.
assertConnected
protected void assertConnected()
throws NotConnected
checkStillConnected
protected void checkStillConnected()
throws Disconnected
configure
public void configure(Configuration conf)
connectClient
protected void connectClient(Object client)
connectionResumed
protected void connectionResumed()
invoked when resume_connection was called successfully.
connectionSuspended
protected void connectionSuspended()
disconnectClient
protected void disconnectClient()
invoke the proxy specific disconnect method.
dispose
public void dispose()
Dispose this Object. Free all associated Ressources allocated
by this Object. The Object may not be used after a call to
dispose.
- dispose in interface Disposable
getErrorCounter
public int getErrorCounter()
getFilters
public List getFilters()
get Filters associated to this FilterStage.
- getFilters in interface FilterStage
getID
public Integer getID()
getORB
protected ORB getORB()
getPOA
protected POA getPOA()
handleDisconnected
protected void handleDisconnected(Disconnected e)
hasLifetimeFilter
public boolean hasLifetimeFilter()
check if this FilterStage has a LifetimeFilter attached
- hasLifetimeFilter in interface FilterStage
hasPriorityFilter
public boolean hasPriorityFilter()
check if this FilterStage has a PriorityFilter attached
- hasPriorityFilter in interface FilterStage
incErrorCounter
public int incErrorCounter()
isConnected
public boolean isConnected()
isDisposed
public boolean isDisposed()
check if this FilterStage has been disposed.
- isDisposed in interface FilterStage
isIDPublic
public boolean isIDPublic()
isSuspended
protected boolean isSuspended()
resetErrorCounter
public void resetErrorCounter()
setDisposeHook
public void setDisposeHook(Runnable hook)
setID
public void setID(Integer id,
boolean isIDPublic)