BaseLoginService_Proxy
Overview
The BaseLoginService_Proxy is used to talk to server's login service. It is used by RemoteDataAdapter as a default login proxy, though you can change it by calling RemoteDataAdapter.setLoginService and providing your own implementation of IBaseLoginService.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.intf
- Ancestry: Object | Proxy | BaseLoginService_Proxy
constructor
Creates an instance of an object.
constructor
BaseLoginService_Proxy()
constructor (Message, ClientChannel)
Creates an instance of an object with the given Client Channel and Message objects.
constructor(aMessage: Message; aClientChannel: ClientChannel)
BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel)
Parameters:
- aMessage: A message to be used with the proxy class.
- aClientChannel: A client channel to be used with the proxy class.
constructor (Message, ClientChannel, String)
Creates an instance of a proxy service with the given Client Channel and Message objects.
constructor(aMessage: Message; aClientChannel: ClientChannel; aOverrideInterfaceName: String)
BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel, String aOverrideInterfaceName)
Parameters:
- aMessage: A message to be used with the proxy class.
- aClientChannel: A client channel to be used with the proxy class.
- aOverrideInterfaceName: A service name to be used while talking to the remote service.
constructor (URI)
Creates an instance of proxy service and instantiates message and client channel relying on the given server URI.
constructor(aSchema: URI)
BaseLoginService_Proxy(URI aSchema)
Parameters:
- aSchema: An url of the server.
constructor (URI, String)
Creates an instance of a proxy service and instantiates message and client channel relying on the given server URI.
constructor(aSchema: URI; aOverrideInterfaceName: String)
BaseLoginService_Proxy(URI aSchema, String aOverrideInterfaceName)
Parameters:
- aSchema: An url of the server.
- aOverrideInterfaceName: A service name to be used while talking to the remote service.
constructor (Message, ClientChannel) (declared in Proxy)
Creates Proxy with given Message and Channel.
constructor(message: Message; channel: ClientChannel)
BaseLoginService_Proxy(Message message, ClientChannel channel)
Parameters:
- message: Given Message.
- channel: Given Channel.
constructor (Message, ClientChannel, String) (declared in Proxy)
Creates Proxy with given Message and Channel.
constructor(message: Message; channel: ClientChannel; interfaceName: String)
BaseLoginService_Proxy(Message message, ClientChannel channel, String interfaceName)
Parameters:
- message: Given Message.
- channel: Given Channel.
- interfaceName: Given interface name.
constructor (URI) (declared in Proxy)
Creates Proxy with given URI Schema
constructor(targetUri: URI)
BaseLoginService_Proxy(URI targetUri)
Parameters:
- targetUri: Given URI scheme.
constructor (URI, String) (declared in Proxy)
Creates Proxy with given URI Schema and interface name.
constructor(targetUri: URI; interfaceName: String)
BaseLoginService_Proxy(URI targetUri, String interfaceName)
Parameters:
- targetUri: Given URI scheme.
- interfaceName: Given interface name.
Charset (declared in Proxy)
Charset for ANSI strings.
class property Charset: Charset read write;
class Charset Charset { __get; __set; }
LoginEx
Performs the login call by using LoginEx string.
method LoginEx(aLoginString: String): Boolean
Boolean LoginEx(String aLoginString)
Parameters:
- aLoginString: A formatted login string.
Logout final
Performs the logout call to the server.
method Logout
void Logout()
OverridenInterfaceName (declared in Proxy)
Interface name
property OverridenInterfaceName: String read write;
String OverridenInterfaceName { __get; __set; }
ProxyClientChannel (declared in Proxy)
Channel
property ProxyClientChannel: ClientChannel read write;
ClientChannel ProxyClientChannel { __get; __set; }
ProxyMessage (declared in Proxy)
Message
property ProxyMessage: Message read write;
Message ProxyMessage { __get; __set; }
OverridenInterfaceName (declared in Proxy)
Interface name
property OverridenInterfaceName: String read write;
String OverridenInterfaceName { __get; __set; }
ProxyClientChannel (declared in Proxy)
Channel
property ProxyClientChannel: ClientChannel read write;
ClientChannel ProxyClientChannel { __get; __set; }
ProxyMessage (declared in Proxy)
Message
property ProxyMessage: Message read write;
Message ProxyMessage { __get; __set; }
Charset (declared in Proxy)
Charset for ANSI strings.
class property Charset: Charset read write;
class Charset Charset { __get; __set; }
constructor
Creates an instance of an object.
constructor
BaseLoginService_Proxy()
constructor (Message, ClientChannel)
Creates an instance of an object with the given Client Channel and Message objects.
constructor(aMessage: Message; aClientChannel: ClientChannel)
BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel)
Parameters:
- aMessage: A message to be used with the proxy class.
- aClientChannel: A client channel to be used with the proxy class.
constructor (Message, ClientChannel, String)
Creates an instance of a proxy service with the given Client Channel and Message objects.
constructor(aMessage: Message; aClientChannel: ClientChannel; aOverrideInterfaceName: String)
BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel, String aOverrideInterfaceName)
Parameters:
- aMessage: A message to be used with the proxy class.
- aClientChannel: A client channel to be used with the proxy class.
- aOverrideInterfaceName: A service name to be used while talking to the remote service.
constructor (URI)
Creates an instance of proxy service and instantiates message and client channel relying on the given server URI.
constructor(aSchema: URI)
BaseLoginService_Proxy(URI aSchema)
Parameters:
- aSchema: An url of the server.
constructor (URI, String)
Creates an instance of a proxy service and instantiates message and client channel relying on the given server URI.
constructor(aSchema: URI; aOverrideInterfaceName: String)
BaseLoginService_Proxy(URI aSchema, String aOverrideInterfaceName)
Parameters:
- aSchema: An url of the server.
- aOverrideInterfaceName: A service name to be used while talking to the remote service.
constructor (Message, ClientChannel) (declared in Proxy)
Creates Proxy with given Message and Channel.
constructor(message: Message; channel: ClientChannel)
BaseLoginService_Proxy(Message message, ClientChannel channel)
Parameters:
- message: Given Message.
- channel: Given Channel.
constructor (Message, ClientChannel, String) (declared in Proxy)
Creates Proxy with given Message and Channel.
constructor(message: Message; channel: ClientChannel; interfaceName: String)
BaseLoginService_Proxy(Message message, ClientChannel channel, String interfaceName)
Parameters:
- message: Given Message.
- channel: Given Channel.
- interfaceName: Given interface name.
constructor (URI) (declared in Proxy)
Creates Proxy with given URI Schema
constructor(targetUri: URI)
BaseLoginService_Proxy(URI targetUri)
Parameters:
- targetUri: Given URI scheme.
constructor (URI, String) (declared in Proxy)
Creates Proxy with given URI Schema and interface name.
constructor(targetUri: URI; interfaceName: String)
BaseLoginService_Proxy(URI targetUri, String interfaceName)
Parameters:
- targetUri: Given URI scheme.
- interfaceName: Given interface name.
LoginEx
Performs the login call by using LoginEx string.
method LoginEx(aLoginString: String): Boolean
Boolean LoginEx(String aLoginString)
Parameters:
- aLoginString: A formatted login string.
Logout final
Performs the logout call to the server.
method Logout
void Logout()