BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.common.ParamSet

Packages that use ParamSet
weblogic.com   
weblogic.common   
weblogic.db.jdbc   
weblogic.event.actions   
weblogic.event.common   
weblogic.event.evaluators   
weblogic.html   
weblogic.remote.common   
weblogic.time.common   
 

Uses of ParamSet in weblogic.com
 

Methods in weblogic.com that return ParamSet
 ParamSet ServerEvent.getParamSet()
          Returns the ParamSet object associated with the ServerEvent
 ParamSet TengahEvent.getParamSet()
          Deprecated.  
 

Methods in weblogic.com with parameters of type ParamSet
 void COMFinalizer.registerInit(ParamSet ps)
          For internal use only.
 void EventProxy.registerInit(ParamSet ps)
          For internal use only
 

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.
 ParamSet WLObjectInput.readParamSet()
          Deprecated. Reads a param set from the input stream.
 

Methods in weblogic.common with parameters of type ParamSet
 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 WLObjectOutput.writeParamSet(ParamSet ps)
          Deprecated. Writes a weblogic.common.ParamSet to the output stream.
 void MonitorDef.monitorInit(ParamSet params, boolean isMaster)
          Initializes a Monitor with the specified set of parameters.
 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 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 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.
 

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 ActionRefreshPool.registerInit(ParamSet params)
          Sets parameters for this action.
 void ActionRedirect.registerInit(ParamSet params)
           
 void ActionEmail.registerInit(ParamSet params)
          Registers an email action with the specified parameters.
 void ActionLog.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 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.
 

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 EvaluateDef.registerInit(ParamSet params)
          Initializes an evaluator with the specified set of parameters.
 void EvaluateTime.registerInit(ParamSet params)
          Gets the params set by a registration of interest.
 

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)
          Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading)
          Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading, boolean sortByName)
          Constructs a TableElement with a weblogic.common.ParamSet as its contents.
TableElement.TableElement(ParamSet ps, boolean withHeading, boolean sortByName, java.lang.String fontFace)
          Constructs a TableElement with a weblogic.common.ParamSet as its contents.
 

Uses of ParamSet in weblogic.remote.common
 

Methods in weblogic.remote.common with parameters of type ParamSet
 void T3ServletDef.execute(ParamSet p)
          Deprecated. Use RMI instead.
 void T3ServletDef.declareParams(ParamSet p)
          Deprecated. Use RMI instead.
 

Uses of ParamSet in weblogic.time.common
 

Methods in weblogic.time.common with parameters of type ParamSet
 void TriggerDef.triggerInit(ParamSet params)
          Passes a set of initialization parameters to the TriggerDef object.
 void ScheduleDef.scheduleInit(ParamSet params)
          Passes a set of initialization parameters to the ScheduleDef 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://www.weblogic.com/docs51