java.lang.Object |
↳ |
com.microstrategy.webservices.MWSBrowseInfo |
Class Overview
Currently, only a C# version of this object is used in the web
service front-end. MWSFindInfo is actually returned from Java
browse methods and used by the web service front-end before it
creates a MWSBrowseInfo object and returns this to the client.
The incremental browse algortihm was moved into the web service
front-end to avoid the problem of exhausting the Java heap.
The current incremental browse algorithm collects all objects
before returning to the client. The future Java web service may need to
reimplement browsing to be incremental at the client level.
This class was auto-generated from WSDL
by the Apache Axis WSDL2Java emitter.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
String
getBrowseID
()
public
int
getResultSize
()
public
void
setBrowseID
(String browseID)
public
void
setResultSize
(int resultSize)