public class AIControlChannel extends XmlControlChannel
| Modifier and Type | Field and Description |
|---|---|
static long |
AI_LOGIN_TIMEOUT |
static java.util.Hashtable |
HASH_PREPAID_ON_SERVICES |
static long |
MAX_PREPAID_INTERVAL |
static long |
MIN_PREPAID_INTERVAL |
static boolean |
REVERT_PRE_PREPAID |
| Constructor and Description |
|---|
AIControlChannel(Multiplexer a_multiplexer,
PacketCounter a_packetCounter,
IServiceContainer a_serviceContainer,
MixCascade a_connectedCascade) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAIListener(IAIEventListener a_aiListener) |
static long |
getBytes() |
boolean |
isPrepaidAmountInPayRequest() |
void |
multiplexerClosed()
This method is called on every channel in the channel-table after the
multiplexer is closed.
|
void |
processXmlMessage(org.w3c.dom.Document docMsg)
proccessXMLMessage - this is called when a new request is coming in.
|
void |
sendAccountCert() |
void |
setAILoginTimeout(int aiLogin_timeout) |
void |
setPrepaidAmountInPayRequest(boolean prepaidAmountInPayRequest) |
sendXmlMessagesendByteMessageisSending, processReceivedPacket, sendRawMessagecreateEmptyMixPacket, deleteChannel, isClosed, sendPacketpublic static final long MAX_PREPAID_INTERVAL
public static final long MIN_PREPAID_INTERVAL
public static final long AI_LOGIN_TIMEOUT
public static final boolean REVERT_PRE_PREPAID
public static final java.util.Hashtable HASH_PREPAID_ON_SERVICES
public AIControlChannel(Multiplexer a_multiplexer, PacketCounter a_packetCounter, IServiceContainer a_serviceContainer, MixCascade a_connectedCascade)
public void addAIListener(IAIEventListener a_aiListener)
public void processXmlMessage(org.w3c.dom.Document docMsg)
docMsg - Documentpublic void sendAccountCert()
throws AnonServiceException
AnonServiceExceptionpublic static long getBytes()
public void multiplexerClosed()
AbstractChannelmultiplexerClosed in class AbstractChannelpublic void setAILoginTimeout(int aiLogin_timeout)
public boolean isPrepaidAmountInPayRequest()
public void setPrepaidAmountInPayRequest(boolean prepaidAmountInPayRequest)
Copyright © 2023. All rights reserved.