Compoze Software, Inc.

com.compoze.ejb
Class EjbRuntimeProperties


java.lang.Object

  |

  +--java.util.Dictionary

        |

        +--java.util.Hashtable

              |

              +--java.util.Properties

                    |

                    +--com.compoze.util.ObjectProperties

                          |

                          +--com.compoze.util.MutableProperties

                                |

                                +--com.compoze.util.ResourceProperties

                                      |

                                      +--com.compoze.ejb.RuntimeProperties

                                            |

                                            +--com.compoze.ejb.EjbRuntimeProperties

All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class EjbRuntimeProperties
extends RuntimeProperties
implements java.io.Serializable

This class encapsulates access to the ejbruntime.properties file. The current configuration of the runtime properties is first set by the system properties ejbruntime.appserver, ejbruntime.database and ejbruntime.config, then if those are not set the same keys in ejbruntime.properties are used.

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Fields inherited from class com.compoze.ejb.RuntimeProperties
APPSERVER_CHAIN_KEY, APPSERVER_CONFIG_KEY, DATABASE_CHAIN_KEY, DATABASE_CONFIG_KEY
 
Fields inherited from class com.compoze.util.ResourceProperties
CONFIG_KEY, m_sResourceName
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
static EjbRuntimeProperties i()
          Gets the singleton instance.
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class com.compoze.ejb.RuntimeProperties
getAppServerConfig, getConfiguration, getDatabaseConfig, getJNDIName
 
Methods inherited from class com.compoze.util.MutableProperties
getProperty, getProperty, propertyNames, setConfiguration
 
Methods inherited from class com.compoze.util.ObjectProperties
getBoolean, getBoolean, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getString, getStringArray, getStringArray, getStringArray, replaceSubstitutions
 
Methods inherited from class java.util.Properties
list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

i


public static EjbRuntimeProperties i()
Gets the singleton instance.
Returns:
the singleton runtime properties instance

main


public static void main(java.lang.String[] args)
Main.
Parameters:
args - command line arguments

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.