Public Member Functions | |
PublisherPoolItem (String name, ContainerServicesBase contSvcs) throws AcsJException | |
void | sendMessage (Message message) |
void | close () |
long | getLastAccessTime () |
Private Attributes | |
CorbaPublisher | publisher |
long | lastAccessTime |
CorbaPublisher
in order to remember when the NC has been accessed the last time. In this way it is possible to implement a policy to free not used NC.
|
Constructor
Create a PoolMenuItem building a new
|
|
Release the publisher
|
|
Return the last access time for this item.
The value returned is the number of milliseconds as returned by
|
|
Publish a message on this publisher
|
|
The last time the publisher has been accessed |
|
The publisher |