RW.Server.Component Namespace |
Class | Description | |
---|---|---|
AlreadyInitializedException |
The exception that is thrown when proper initialization
checking fails.
| |
ConnectionEventArgs |
Arguments for connection related events on MvComponent.
| |
IllegalAddToCollectionException |
Exception thrown when it is not allowed to add an object into a
collection.
| |
InvalidKindException |
Thrown when the kind of MvDataType is
inconsistent.
| |
Mapping |
Defines the mapping between
| |
ModelNotSetException |
Exception thrown if the model is not set on a representation
object.
| |
MvArray |
Implements an array of objects that can be transported
between processes.
| |
MvComponent |
An MvComponent lets you open dynamic views.
| |
MvComponentFactory |
Factory class used to create instances of the
MvComponent class.
| |
MvDateTime |
Used to exchange dates and times between Rogue Wave Server processes.
| |
MvEndPoint |
Base class for any component connected to a dynamic view server
(see MvComponent) and for the interface of these
components as
handled by the server (see C++ class IlsMvComponentItf).
| |
MvKeyValueTable |
Carries out the association between a key and a value, based on
the IDictionary interface.
| |
MvMessage |
Manages the server/component communication layer.
| |
MvMessageException |
Signals an error in an MvMessage.
| |
MvOptions |
Handles all Server related options.
| |
MvOptionsConnection |
Description of a connection request.
| |
MvProcess |
Implements any Rogue Wave Server process, whether a component or a
server process.
| |
MvUserType |
Base class for all user-defined types.
| |
MvValue |
Encapsulates the value of the runtime attributes attached to
representation objects.
| |
Representation |
Implements the representations in a component that are associated
with each dynamic view in the server.
| |
RepresentationEventArgs |
Arguments for representation related events on MvComponent.
| |
RpAttrModel |
Defines an attribute of a dynamic representation object model.
| |
RpModel |
Defines a dynamic representation model specific to a given
dynamic view type specification.
| |
RpObject |
Base class for any representation objects.
| |
RpObjectEventArgs |
Arguments for RpObject related events.
| |
RpObjModel |
Defines the dynamic model of a representation object.
| |
ServerException |
Base class of all Rogue Wave Server related exceptions.
| |
SvMsg |
Enables to specify a message level identifier and description.
| |
TranslationManager |
Manages the encoding and decoding functions used to translate
strings between different locales.
| |
UnstreamException |
The exception that is thrown when there is a problem reading
a MvUserType value from a MvMessage.
| |
ViewDescription |
Contains the descriptions of a view returned by GetViewTypesAsync(String, String, String, Boolean).
|
Structure | Description | |
---|---|---|
Any |
Holds a IlsAny C++.
| |
HRef |
Represents an hyper-reference.
| |
MvDataType |
Defines the type of attributes attached to a
representation object model.
| |
MvFile |
Used to transmit the name and contents of a file from
the server to the component.
| |
MvOptionsView |
Description of a view to be open.
| |
MvRef |
Transmits references of representation objects between a
component and a server.
| |
MvViewParamInfo |
Information about a view parameter.
| |
ViewIds |
Contains the information of a view returned by GetViewIdsAsync(String, String, String, Boolean).
|
Interface | Description | |
---|---|---|
IRtModelBuilder |
Interface for receiving the server model description after a call
to MvComponent.GetServerModel().
|
Delegate | Description | |
---|---|---|
MappingAttributeMapper |
Delegate for the mapping of the attributes. It returns the name
of the method to use for an update.
| |
MappingTypeMapper |
Delegate for the mapping of the type names.
Gets the full qualified name of the correponding representation type.
| |
MvComponentTransactionHandler |
Delegate for being warned of the end of a server-to-component transaction.
| |
MvEndPointMsgDecoder |
Used to decipher and uncompress messages exchanged between a
component and a server.
| |
MvEndPointMsgEncoder |
Used to cipher and compress messages exchanged between a
component and a server.
| |
TranslationManagerStrDecoder |
Used when a message is expected from the communication layer.
| |
TranslationManagerStrEncoder |
Used when a message is to be sent over the communication layer.
|
Enumeration | Description | |
---|---|---|
C2STransactionStatus |
Specifies the kind of component transactions executed within a
server.
| |
MvKind |
All possible types for MvValue transmitted through
the Server protocol.
| |
RepresentationUpdateType |
Indicates the type of editing operation to be performed on a server
object by a component through a dynamic view.
| |
S2CTransactionStatus |
The types of transaction executed within a component.
|