| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.beans.dts.plugin.DTSAppManager
public class DTSAppManager
DTSAppManager provides the resources which are shared by DTS Beans.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
| Constructor Summary | |
|---|---|
DTSAppManager()
 | 
|
| Method Summary | |
|---|---|
static Object | 
getAttribute(Object key)
Gets an attribute.  | 
static Namespace | 
getCurrentLoacalNamespace()
Returns current local namespace or null if current local namespace is not set  | 
static DTSQuery | 
getQuery()
Returns shared DTSQuery. | 
static String | 
getUser()
Returns user for Secure Socket or JDBC connection.  | 
static void | 
setAttribute(Object key,
             Object value)
Sets an attribute to share between DTS components.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DTSAppManager()
| Method Detail | 
|---|
public static DTSQuery getQuery()
DTSQuery.
DTSQuerypublic static String getUser()
public static Namespace getCurrentLoacalNamespace()
Namespace
public static void setAttribute(Object key,
                                Object value)
key - an Object that is the key for this attributevalue - an Object this is the value of this attributepublic static Object getAttribute(Object key)
key - an Object used to retrieve information from this manager
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||