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

Quick Search    Search Deep

com.lilacsoftware.orca
Class Constants  view Constants download Constants.java

java.lang.Object
  extended bycom.lilacsoftware.orca.Constants

public final class Constants
extends java.lang.Object

constants for the Server portion of the application.

Version:

Field Summary
static java.lang.String ADMINPROPERTIESBEAN_KEY
          Description of the Field
static java.lang.String APPDIR
          Description of the Field
static java.lang.String APPNAME
          Description of the Field
static java.lang.String APPPROPFILE
          Description of the Field
static java.lang.String DATABASE_KEY
          The application scope attribute under which our Hashtable of Users is stored.
static java.lang.String DATARETRIEVER_KEY
          Description of the Field
static java.lang.String FREEAMPMPG123SOUNDSYSTEM
          Description of the Field
static int FULLCOMMANDTYPE
          Description of the Field
static int FULLRESPONSEINTERVAL
          Description of the Field
static int GOTOMAX
          The maximum value for setting the current media position 0 represents the beginning of the track, and GOTOMAX represents the end of the track.
static java.lang.String JMFMIXINGSOUNDSYSTEM
          Description of the Field
static java.lang.String JMFSOUNDSYSTEM
          Description of the Field
static java.lang.String LOCALAUDIOSYSTEM_KEY
          Description of the Field
static int MP3FORMAT
          File formats
static int PAUSED
          Description of the Field
static int STARTED
          Description of the Field
static java.lang.String STARTUPPLAYLISTNAME
          Description of the Field
static int STOPPED
          Player states
static java.lang.String SUBSCRIPTION_KEY
          The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
static int TRACKCHANGEDEVENT
          AudioSystemEvent IDs
static int TRACKHASHTOKENS
          Description of the Field
static int TRANSITIONTIMESECONDS
          Description of the Field
static int UPDATECOMMANDTYPE
          Description of the Field
static java.lang.String USER_KEY
          The session scope attribute under which the User object for the currently logged in user is stored.
static int VORBISFORMAT
          Description of the Field
static int XMMSNEEDNEWSONGEVENT
          Description of the Field
static int XMMSONDECKCHANGEDEVENT
          Description of the Field
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPNAME

public static final java.lang.String APPNAME
Description of the Field

Since:
See Also:
Constant Field Values

APPDIR

public static final java.lang.String APPDIR
Description of the Field

Since:
See Also:
Constant Field Values

APPPROPFILE

public static final java.lang.String APPPROPFILE
Description of the Field

Since:
See Also:
Constant Field Values

DATABASE_KEY

public static final java.lang.String DATABASE_KEY
The application scope attribute under which our Hashtable of Users is stored.

Since:
See Also:
Constant Field Values

DATARETRIEVER_KEY

public static final java.lang.String DATARETRIEVER_KEY
Description of the Field

Since:
See Also:
Constant Field Values

LOCALAUDIOSYSTEM_KEY

public static final java.lang.String LOCALAUDIOSYSTEM_KEY
Description of the Field

Since:
See Also:
Constant Field Values

ADMINPROPERTIESBEAN_KEY

public static final java.lang.String ADMINPROPERTIESBEAN_KEY
Description of the Field

Since:
See Also:
Constant Field Values

TRANSITIONTIMESECONDS

public static final int TRANSITIONTIMESECONDS
Description of the Field

Since:
See Also:
Constant Field Values

JMFMIXINGSOUNDSYSTEM

public static final java.lang.String JMFMIXINGSOUNDSYSTEM
Description of the Field

Since:
See Also:
Constant Field Values

JMFSOUNDSYSTEM

public static final java.lang.String JMFSOUNDSYSTEM
Description of the Field

Since:
See Also:
Constant Field Values

FREEAMPMPG123SOUNDSYSTEM

public static final java.lang.String FREEAMPMPG123SOUNDSYSTEM
Description of the Field

Since:
See Also:
Constant Field Values

FULLRESPONSEINTERVAL

public static final int FULLRESPONSEINTERVAL
Description of the Field

Since:
See Also:
Constant Field Values

FULLCOMMANDTYPE

public static final int FULLCOMMANDTYPE
Description of the Field

Since:
See Also:
Constant Field Values

UPDATECOMMANDTYPE

public static final int UPDATECOMMANDTYPE
Description of the Field

Since:
See Also:
Constant Field Values

SUBSCRIPTION_KEY

public static final java.lang.String SUBSCRIPTION_KEY
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.

Since:
See Also:
Constant Field Values

TRACKCHANGEDEVENT

public static final int TRACKCHANGEDEVENT
AudioSystemEvent IDs

Since:
See Also:
Constant Field Values

USER_KEY

public static final java.lang.String USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored.

Since:
See Also:
Constant Field Values

STARTUPPLAYLISTNAME

public static final java.lang.String STARTUPPLAYLISTNAME
Description of the Field

Since:
See Also:
Constant Field Values

TRACKHASHTOKENS

public static final int TRACKHASHTOKENS
Description of the Field

Since:
See Also:
Constant Field Values

GOTOMAX

public static final int GOTOMAX
The maximum value for setting the current media position 0 represents the beginning of the track, and GOTOMAX represents the end of the track.

Since:
See Also:
Constant Field Values

STOPPED

public static final int STOPPED
Player states

Since:
See Also:
Constant Field Values

PAUSED

public static final int PAUSED
Description of the Field

Since:
See Also:
Constant Field Values

STARTED

public static final int STARTED
Description of the Field

Since:
See Also:
Constant Field Values

MP3FORMAT

public static final int MP3FORMAT
File formats

Since:
See Also:
Constant Field Values

VORBISFORMAT

public static final int VORBISFORMAT
Description of the Field

Since:
See Also:
Constant Field Values

XMMSNEEDNEWSONGEVENT

public static final int XMMSNEEDNEWSONGEVENT
Description of the Field

Since:
See Also:
Constant Field Values

XMMSONDECKCHANGEDEVENT

public static final int XMMSONDECKCHANGEDEVENT
Description of the Field

Since:
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()