|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BoundedQueue
Interface for channel with bounded memory size. This interface defines the required interface for channel with bounded memory size. It is derived from the Channel interface.
| Method Summary | |
|---|---|
long |
getMaxCapacity()
Method to obtain the maximum capacity of the channel. |
| Methods inherited from interface jpl.mipl.mdms.concurrent.Queue |
|---|
getSize, lookAhead, recv, recv, send, send |
| Method Detail |
|---|
long getMaxCapacity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||