cebit.proxy
Class ProxyProperties

java.lang.Object
  |
  +--org.w3c.tools.resources.AttributeHolder
        |
        +--org.w3c.tools.resources.Resource
              |
              +--org.w3c.jigsaw.config.PropertySet
                    |
                    +--cebit.proxy.ProxyProperties
All Implemented Interfaces:
java.lang.Cloneable

public class ProxyProperties
extends org.w3c.jigsaw.config.PropertySet

This class holds the property set needed for IDM proxy support of jigsaw.


Field Summary
protected static int ATTR_DBI_CONCEAL
           
protected static int ATTR_DBI_DATABASE
           
protected static int ATTR_DBI_DRIVERCLASS
           
protected static int ATTR_DBI_FILENAME
           
protected static int ATTR_DBI_HOSTNAME
           
protected static int ATTR_DBI_PASSPHRASE
           
protected static int ATTR_DBI_PASSWORD
           
protected static int ATTR_DBI_PORT
           
protected static int ATTR_DBI_USERNAME
           
protected static int ATTR_IDM_PERSONAL_PSEUDONYM
           
static java.lang.String DBI_CONCEAL_P
          Database concelation
static java.lang.String DBI_DATABASE_P
          Database name key
static java.lang.String DBI_DRIVERCLASS_P
          Database driverClass key
static java.lang.String DBI_FILENAME_P
          Database Filename key
static java.lang.String DBI_HOSTNAME_P
          Database hostname key
static java.lang.String DBI_PASSPHRASE_P
          Database passphrase for concealation
static java.lang.String DBI_PASSWORD_P
          Database password key
static java.lang.String DBI_PORT_P
          Database port key
static java.lang.String DBI_USERNAME_P
          Database username key
static java.lang.String DEFAULT_NAME
          default properties name
static java.lang.String IDM_PERSONAL_PSEUDONYM_P
          Personal Pseudonym Name key
 
Fields inherited from class org.w3c.jigsaw.config.PropertySet
server
 
Fields inherited from class org.w3c.tools.resources.Resource
ATTR_CONTEXT, ATTR_HELP_URL, ATTR_IDENTIFIER, ATTR_LAST_MODIFIED, ATTR_PARENT, ATTR_RESOURCE_FRAMES, ATTR_STORE_ENTRY, ATTR_URL, co, id
 
Fields inherited from class org.w3c.tools.resources.AttributeHolder
attributes, values
 
Constructor Summary
ProxyProperties(org.w3c.jigsaw.http.httpd server)
          nameless constructor for IDM proxy properties
ProxyProperties(java.lang.String name, org.w3c.jigsaw.http.httpd server)
          named constructor for IDM proxy properties
 
Methods inherited from class org.w3c.jigsaw.config.PropertySet
convertingGet, getHelpURL, getHelpURL, getTitle, getValue, initialize, setValue, unsafeGetValue
 
Methods inherited from class org.w3c.tools.resources.Resource
acceptUnload, checkMultipleLock, collectFrames, delete, getClone, getContext, getFrame, getFrames, getIdentifier, getLastModified, getParent, getResourceReference, getServer, getSpace, getSpaceEntry, getStoreEntry, getURLPath, getValue, initialize, isInitialized, isUnloaded, markModified, notifyUnload, pickleValues, registerFrame, setContext, setContext, setValue, unregisterFrame, unsafeGetContext, updateAttributes
 
Methods inherited from class org.w3c.tools.resources.AttributeHolder
definesAttribute, definesAttribute, getAttributes, getBoolean, getChar, getClone, getClone, getDouble, getFloat, getInt, getLong, getString, getValue, lookupAttribute, print, setBoolean, setChar, setDouble, setFloat, setInt, setLong, setString, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final java.lang.String DEFAULT_NAME
default properties name

See Also:
Constant Field Values

DBI_USERNAME_P

public static final java.lang.String DBI_USERNAME_P
Database username key

See Also:
Constant Field Values

DBI_HOSTNAME_P

public static final java.lang.String DBI_HOSTNAME_P
Database hostname key

See Also:
Constant Field Values

DBI_FILENAME_P

public static final java.lang.String DBI_FILENAME_P
Database Filename key

See Also:
Constant Field Values

DBI_PASSWORD_P

public static final java.lang.String DBI_PASSWORD_P
Database password key

See Also:
Constant Field Values

DBI_DATABASE_P

public static final java.lang.String DBI_DATABASE_P
Database name key

See Also:
Constant Field Values

DBI_PORT_P

public static final java.lang.String DBI_PORT_P
Database port key

See Also:
Constant Field Values

DBI_DRIVERCLASS_P

public static final java.lang.String DBI_DRIVERCLASS_P
Database driverClass key

See Also:
Constant Field Values

DBI_CONCEAL_P

public static final java.lang.String DBI_CONCEAL_P
Database concelation

See Also:
Constant Field Values

DBI_PASSPHRASE_P

public static final java.lang.String DBI_PASSPHRASE_P
Database passphrase for concealation

See Also:
Constant Field Values

IDM_PERSONAL_PSEUDONYM_P

public static final java.lang.String IDM_PERSONAL_PSEUDONYM_P
Personal Pseudonym Name key

See Also:
Constant Field Values

ATTR_DBI_USERNAME

protected static int ATTR_DBI_USERNAME

ATTR_DBI_HOSTNAME

protected static int ATTR_DBI_HOSTNAME

ATTR_DBI_FILENAME

protected static int ATTR_DBI_FILENAME

ATTR_DBI_PASSWORD

protected static int ATTR_DBI_PASSWORD

ATTR_DBI_DATABASE

protected static int ATTR_DBI_DATABASE

ATTR_DBI_PORT

protected static int ATTR_DBI_PORT

ATTR_DBI_DRIVERCLASS

protected static int ATTR_DBI_DRIVERCLASS

ATTR_DBI_CONCEAL

protected static int ATTR_DBI_CONCEAL

ATTR_DBI_PASSPHRASE

protected static int ATTR_DBI_PASSPHRASE

ATTR_IDM_PERSONAL_PSEUDONYM

protected static int ATTR_IDM_PERSONAL_PSEUDONYM
Constructor Detail

ProxyProperties

public ProxyProperties(org.w3c.jigsaw.http.httpd server)
nameless constructor for IDM proxy properties

Parameters:
server - reference to the current daemon

ProxyProperties

public ProxyProperties(java.lang.String name,
                       org.w3c.jigsaw.http.httpd server)
named constructor for IDM proxy properties

Parameters:
name - the name for the daemon in question
server - reference to the current daemon


Copyright © 2003 DRIM Team. All Rights Reserved.