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

Quick Search    Search Deep

Uses of Package
com.synaptics.elvis

Classes in com.synaptics.elvis used by com.synaptics.elvis
Elvis
          Elvis is a package for implementing a singleton, not only within a JVM, but for a given user on a particular machine.
ElvisComm
           
ElvisCommStatus
          ElvisCommStatus implements an enumeration of the various statuses than an ElvisComm may have.
ElvisHandler
          ElvisHandler is the primitive interface for the handlers passed to ElvisHandler.get() .
ElvisMessage
          ElvisMessage is used internally by Elvis to both build and parse the messages exchanged between the One True Elvis and various impersonators.
ElvisMessageFactory
          The ElvisMessageFactory is just a handy utility for assembling ElvisMessages.
ElvisRequest
          ElvisRequest implements an enumeration of the requests that a client may send to Elvis.
ElvisResponse
          ElvisResponse implements an enumeration of the responses that an Elvis may send to its clients in response to ElvisRequests.
ElvisResult
           
ElvisTest
          This is a handy dandy test program to verify the basic functionality of Elvis.
ElvisTest.FeedbackListener
          This is used to monitor and report feedback from Elvis.
ElvisTest.TestHandler