List information on TIBCO Patterns Learn Models.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function rllist( _ 
   ByVal modellist As String() _ 
) As NetricsModelStats() _
    Implements INetricsServerInterface.rllist
C#
public NetricsModelStats[] rllist(
   string[] modellist
)
C++
public:
 array<NetricsModelStats>^ rllist(
   array<String>^ modellist
) sealed 
J#
public NetricsModelStats[] rllist(
   string[] modellist
)
JScript
public  function rllist(
   modellist : String[]
) : NetricsModelStats[]

Parameters

modellist
The names of the models to be listed. Pass null to list all models on the server.

Return Value

An array of NetricsModelStats objects.

Implements

INetricsServerInterface.rllist

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured (Possible errors - NODBDESC, RLINKMODELNOTFOUND, EXPECTLIST, FEATURESET, PARAMVAL, INTERNAL, NOSYSINIT)

Remarks

This lists basic information on one or more TIBCO Patterns Learn Models currently loaded on the TIBCO Patterns Engine.

If any of the model names given are not on the engine a NetricsException error is thrown with a code of RLINKMODELNOTFOUND.

See Also