Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jacomma.examples.* (4)jacomma.icm.* (82)jacomma.platform.* (23)jacomma.util.* (16)

Package Samples:

jacomma.examples
jacomma.icm.type
jacomma.icm.io
jacomma.icm.io.imp
jacomma.util
jacomma.platform.engine
jacomma.platform.core

Classes:

Mutex: Recursive mutex lock Use: mutex.lock(); [or if( mutex.try_lock() ] try { // do critical section } finally { mutex.unlock(); }
RdWrLock: A recursive (re-enterant) read-write Lock implementation with single reader priviledge elevation and deadlock detection
EncObjectReader: Usage: for( rd.start(); rd.hasNext(); rd.readNext() ); rd.getObject(); // process object
EncObjectWriter: Usage: for (enc.start( obj, stream ); enc.hasNext(); enc.writeNext()); enc.putObject();
Condition: Simple Condition variable (well, not pthread_cond, since this is just synchronization)
Semaphore: Simple Semaphore variable (well, not pthread_cond, since this is just synchronization)
Prototype: Instannces are forced to be cloneable at the top-level (externally cloneable)
CheckedException: Wrapper for InterruptedException
ByteArrayReader: Auxiliary Reader
Print: TBA
Echo: TBA
Mobile: TBA
FrameHandler: TBA
EncObject: TBA
EncObjectType: TBA
ObjectEncoder: TBA
ObjectReader: TBA
ObjectWriter: TBA
Connection: TBA
EncObjectDecoder: TBA
EncObjectSignature: TBA
IOUtilities: TBA
EncObjectImp: TBA
StringEncoder: TBA
EncoderTemplate: TBA

Home | Contact Us | Privacy Policy | Terms of Service