BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Class
weblogic.common.ParamSet

Packages that use ParamSet
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
weblogic.db.jdbc WebLogic dbKona is a set of high-level database connectivity objects that give Java applications and applets access to databases. 
weblogic.event.actions Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
weblogic.event.common Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
weblogic.event.evaluators Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
weblogic.html The HtmlKona package is deprecated. 
weblogic.time.common   
 

Uses of ParamSet in weblogic.common
 

Fields in weblogic.common declared as ParamSet
protected  ParamSet Monitor.callbackData
           
 

Methods in weblogic.common that return ParamSet
 ParamSet Monitor.getCallbackData()
          Returns the ParamSet of callback data for a Monitor.
 

Methods in weblogic.common with parameters of type ParamSet
 void SetMonitor.preSet(Setable target, ParamSet callbackData)
          Called prior to a modification to the target object.
 void SetMonitor.postSet(Setable target, ParamSet callbackData, java.lang.Exception e)
          Called following a modification to the target object.
 void ParamSet.setParams(ParamSet that)
          Sets the values of a ParamSet according to the values in another specified ParamSet.
 void ParamSet.setParam(java.lang.String keyNames, java.lang.String keyValues, ParamSet that)
          Sets the names and values of a ParamSet according to the names and values of another specified ParamSet.
 void DestroyMonitor.preDestroy(Destroyable target, ParamSet callbackData)
          Called prior to destroying the target object.
 void DestroyMonitor.postDestroy(Destroyable target, ParamSet callbackData, java.lang.Exception e)
          Called after the target object has been destroyed.
 void GetMonitor.preGet(Getable target, ParamSet callbackData)
          Called prior to accessing a target object.
 void GetMonitor.postGet(Getable target, ParamSet callbackData, java.lang.Exception e)
          Called after a target object is accessed.
 void MonitorDef.monitorInit(ParamSet params, boolean isMaster)
          Initializes a Monitor with the specified set of parameters.
 

Constructors in weblogic.common with parameters of type ParamSet
Monitor.Monitor(java.lang.Object o, ParamSet initData, ParamSet callbackData)
          Constructs a Monitor with the specified Object and set of parameters.
Monitor.Monitor(java.lang.Object o, ParamSet ps)
          Constructs a Monitor with the specified Object and set of parameters.
Monitor.Monitor(java.lang.String entry, ParamSet initData, ParamSet callbackData)
          Constructs a Monitor with the specified user-written class name and set of parameters.
Monitor.Monitor(java.lang.String entry, ParamSet ps)
          Constructs a Monitor with the specified user-written class name and set of parameters.
 

Uses of ParamSet in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc with parameters of type ParamSet
 void EventfulTableDataSet.registerInit(ParamSet params)
          Internal use only.
 

Uses of ParamSet in weblogic.event.actions
 

Methods in weblogic.event.actions with parameters of type ParamSet
 void ActionUDP.registerInit(ParamSet params)
          Registers an Action with the specified set of parameters.
 void ActionNull.registerInit(ParamSet params)
          Registers an Action with the specified set of parameters.
 void ActionDef.registerInit(ParamSet params)
          Initializes an action with the specified set of parameters.
 void ActionLog.registerInit(ParamSet params)
          Registers an Action with the specified set of parameters.
 void ActionEmail.registerInit(ParamSet params)
          Registers an email action with the specified parameters.
 void ActionRedirect.registerInit(ParamSet params)
           
 void ActionRefreshPool.registerInit(ParamSet params)
          Sets parameters for this action.
 

Constructors in weblogic.event.actions with parameters of type ParamSet
Action.Action(java.lang.Object o, ParamSet ps)
          Constructs an Action with the specified object and set of parameters.
Action.Action(T3Client t3, java.lang.String entry, ParamSet ps)
          Constructs an Action with the specified T3Client, user-written class name, and set of parameters.
Action.Action(java.lang.String entry, ParamSet ps)
          Constructs an Action with the specified user-written class name and set of parameters.
 

Uses of ParamSet in weblogic.event.common
 

Methods in weblogic.event.common that return ParamSet
 ParamSet EventMessageDef.getParameters()
          Returns the parameters associated with an EventMessage.
 

Methods in weblogic.event.common with parameters of type ParamSet
 EventMessageDef EventServicesDef.getEventMessage(java.lang.String topic, ParamSet params)
          Gets a new EventMessage object from the event services factory with the specified topic and ParamSet.
 boolean EventMessageDef.setParameters(ParamSet params)
          Sets the parameters associated with this event message.
 

Uses of ParamSet in weblogic.event.evaluators
 

Methods in weblogic.event.evaluators with parameters of type ParamSet
 void EvaluateTrue.registerInit(ParamSet params)
          Registers a set of parameters for an Evaluate object.
 void EvaluateTime.registerInit(ParamSet params)
          Gets the params set by a registration of interest.
 void EvaluateDef.registerInit(ParamSet params)
          Initializes an evaluator with the specified set of parameters.
 

Constructors in weblogic.event.evaluators with parameters of type ParamSet
Evaluate.Evaluate(java.lang.Object o, ParamSet ps)
          Constructs an Evaluate object with the specified Object and set of parameters.
Evaluate.Evaluate(T3Client t3, java.lang.String entry, ParamSet ps)
          Constructs an Evaluate object with the specified T3Client, user-written class name, and set of parameters.
Evaluate.Evaluate(java.lang.String entry, ParamSet ps)
          Constructs an Evaluate object with the specified user-written class name and set of parameters.
 

Uses of ParamSet in weblogic.html
 

Constructors in weblogic.html with parameters of type ParamSet
TableElement.TableElement(ParamSet ps)
          Deprecated. Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading)
          Deprecated. Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading, boolean sortByName)
          Deprecated. Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading, boolean sortByName, java.lang.String fontFace)
          Deprecated. Constructs a TableElement with a weblogic.common.ParamSet as its contents.
 

Uses of ParamSet in weblogic.time.common
 

Methods in weblogic.time.common with parameters of type ParamSet
 void ScheduleDef.scheduleInit(ParamSet params)
          Passes a set of initialization parameters to the ScheduleDef object.
 void TriggerDef.triggerInit(ParamSet params)
          Passes a set of initialization parameters to the TriggerDef object.
 

Constructors in weblogic.time.common with parameters of type ParamSet
Scheduler.Scheduler(Schedulable o, ParamSet ps)
          Constructs an Scheduler object with the specified Object and set of parameters.
Scheduler.Scheduler(java.lang.String entry, ParamSet ps)
          Constructs an Scheduler object with the specified user-written fully-qualified class name and set of parameters.
Trigger.Trigger(Triggerable o, ParamSet ps)
          Constructs a Trigger with the specified Object and set of parameters.
Trigger.Trigger(java.lang.String entry, ParamSet ps)
          Constructs a Trigger with the fully qualified package name of a user-written class and set of parameters.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60