|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The context contains services, settings and information that is supplied by the CRT and/or a container to the component. A context implementation should be read-only.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
com.sap.tc.logging.Category |
getCategory()
Returns a category for logging |
java.lang.Class |
getComponentClass()
Returns the class of the component that this context belongs to |
IContainerManager |
getContainerManager()
Returns a reference to the component's container manager. |
int |
getDefaultPoolSize()
Returns a default size for a component pool. |
java.lang.String |
getKey()
Returns the component's key as specified in the configuration. |
int |
getMaximumPoolSize()
Returns the maximum size for a component pool. |
java.lang.Object |
getParameters()
Returns a parameters object. |
java.lang.Class |
getProxyClass()
Returns the class of the proxy |
| Method Detail |
public java.lang.String getKey()
public IContainerManager getContainerManager()
null if the component does not implement IContainer,public java.lang.Class getComponentClass()
public java.lang.Class getProxyClass()
public com.sap.tc.logging.Category getCategory()
public int getDefaultPoolSize()
IPoolablepublic int getMaximumPoolSize()
IPoolablepublic java.lang.Object getParameters()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||