List of Object methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 6: | Line 6: | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[Audit (Object subroutine)|Audit]]</td><td valign="top"></td></tr> | |||
<tr><td valign="top">[[ClassDescription (Object function)|ClassDescription]]</td><td valign="top">Description of class of object</td></tr> | |||
<tr><td valign="top">[[ClassName (Object function)|ClassName]]</td><td valign="top">Class name of object</td></tr> | |||
<tr><td valign="top">[[DiscardGlobal (Object subroutine)|DiscardGlobal]]</td><td valign="top">Discard a global object</td></tr> | <tr><td valign="top">[[DiscardGlobal (Object subroutine)|DiscardGlobal]]</td><td valign="top">Discard a global object</td></tr> | ||
<tr><td valign="top">[[DiscardGlobals (Object subroutine)|DiscardGlobals]]</td><td valign="top">Discard global objects</td></tr> | <tr><td valign="top">[[DiscardGlobals (Object subroutine)|DiscardGlobals]]</td><td valign="top">Discard global objects</td></tr> | ||
Line 19: | Line 22: | ||
<tr><td valign="top">[[NullifySession (Object subroutine)|NullifySession]]</td><td valign="top">Clear session object reference</td></tr> | <tr><td valign="top">[[NullifySession (Object subroutine)|NullifySession]]</td><td valign="top">Clear session object reference</td></tr> | ||
<tr><td valign="top">[[NullifySessions (Object subroutine)|NullifySessions]]</td><td valign="top">Clear global object references</td></tr> | <tr><td valign="top">[[NullifySessions (Object subroutine)|NullifySessions]]</td><td valign="top">Clear global object references</td></tr> | ||
<tr><td valign="top">[[ObjectId (Object function)|ObjectId]]</td><td valign="top">Internal numeric name of object</td></tr> | |||
<tr><td valign="top">[[Print (Object subroutine)|Print]]</td><td valign="top"></td></tr> | |||
<tr><td valign="top">[[SessionList (Object function)|SessionList]]</td><td valign="top">Get list of session objects</td></tr> | <tr><td valign="top">[[SessionList (Object function)|SessionList]]</td><td valign="top">Get list of session objects</td></tr> | ||
<tr><td valign="top">[[SetGlobal (Object subroutine)|SetGlobal]]</td><td valign="top">Set global object reference</td></tr> | <tr><td valign="top">[[SetGlobal (Object subroutine)|SetGlobal]]</td><td valign="top">Set global object reference</td></tr> | ||
<tr><td valign="top">[[SetSession (Object subroutine)|SetSession]]</td><td valign="top">Set session object reference</td></tr> | <tr><td valign="top">[[SetSession (Object subroutine)|SetSession]]</td><td valign="top">Set session object reference</td></tr> | ||
<tr><td valign="top">[[Trace (Object subroutine)|Trace]]</td><td valign="top"></td></tr> | |||
</table> | </table> | ||
</div> | </div> |
Revision as of 02:48, 16 July 2012
The following are the available Object class methods.
Method | Description |
---|---|
Audit | |
ClassDescription | Description of class of object |
ClassName | Class name of object |
DiscardGlobal | Discard a global object |
DiscardGlobals | Discard global objects |
DiscardSession | Discard a session object |
DiscardSessions | Discard session objects |
GarbageCollect | Clean up unreachable objects |
GetGlobal | Retrieve global object reference |
GetSession | Retrieve session object reference |
GlobalList | Get list of global objects |
New | Create a new Object object |
NullifyGlobal | Clear global object reference |
NullifyGlobals | Clear global object references |
NullifySession | Clear session object reference |
NullifySessions | Clear global object references |
ObjectId | Internal numeric name of object |
SessionList | Get list of session objects |
SetGlobal | Set global object reference |
SetSession | Set session object reference |
Trace |