List of Object methods: Difference between revisions

From m204wiki
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">[[Audit (Object subroutine)|Audit]]</td><td valign="top">Audit contents of object</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">[[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">[[ClassName (Object function)|ClassName]]</td><td valign="top">Class name of object</td></tr>
Line 23: Line 23:
<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">[[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">[[Print (Object subroutine)|Print]]</td><td valign="top">Print contents of object</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>
<tr><td valign="top">[[Trace (Object subroutine)|Trace]]</td><td valign="top">Trace contents of object</td></tr>
</table>
</table>
</div>
</div>

Latest revision as of 02:55, 16 July 2012

The following are the available Object class methods.

MethodDescription
AuditAudit contents of object
ClassDescriptionDescription of class of object
ClassNameClass name of object
DiscardGlobalDiscard a global object
DiscardGlobalsDiscard global objects
DiscardSessionDiscard a session object
DiscardSessionsDiscard session objects
GarbageCollectClean up unreachable objects
GetGlobalRetrieve global object reference
GetSessionRetrieve session object reference
GlobalListGet list of global objects
NewCreate a new Object object
NullifyGlobalClear global object reference
NullifyGlobalsClear global object references
NullifySessionClear session object reference
NullifySessionsClear global object references
ObjectIdInternal numeric name of object
PrintPrint contents of object
SessionListGet list of session objects
SetGlobalSet global object reference
SetSessionSet session object reference
TraceTrace contents of object

See also