C D E F G I M N R S Z

C

close() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.SendSocket
Closes this socket
close() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.ReceiveSocket
Closes this connection
connect_internal() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Connects to gateway
connect() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Establishes a connection to gateway.
createReceiveSocket() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.Factory
Creates a receive socket to default receive box.
createReceiveSocket(String) - Method in interface zyneo.sms.gateway.adaptor.rmi.client.Factory
Creates a receive socket
createSendSocket() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.Factory
Creates a sending socket

D

DEFAULT_CONNECTION_TIMEOUT - Static variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
DEFAULT_FRAMEDELAY - Static variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
DELIVERED - Static variable in class zyneo.sms.Notification
Type: DELIVERED message is delivered to MT
disconnect_internal() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Disconnect from gateway
disconnect() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Disconnect from Gateway.

E

ERASED - Static variable in class zyneo.sms.Notification
Type: ERASED message is erased from SMSC
ERROR - Static variable in class zyneo.sms.Notification
Type: ERROR message failed to be delivered to SMSC
exit() - Method in interface zyneo.sms.gateway.adaptor.xml.tcp.client.iReceiveClient
This method is called when the ReceiveServer terminates.
exit() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveServer
Called when thread exits, simply notify our client

F

Factory - interface zyneo.sms.gateway.adaptor.rmi.client.Factory.
This is the primary RMI-interface for the RMI-adaptor.

G

getDate() - Method in class zyneo.sms.Notification
Retrives notification time and date.
getDischargeDate() - Method in class zyneo.sms.Notification
Retrives discharge/event time as reported by SMSC
getExpire() - Method in class zyneo.sms.Sms
Retrives the current validity limit.
getFrom() - Method in class zyneo.sms.Sms
Retrives from-number.
getId() - Method in class zyneo.sms.Notification
Retrives the message id.
getMessage() - Method in class zyneo.sms.Sms
Retrives the message-text
getNotify() - Method in class zyneo.sms.Sms
Retrives the "notification requested" flag.
getProviderDate() - Method in class zyneo.sms.Notification
Retrives time as reported by provider
getSMSCDate() - Method in class zyneo.sms.Notification
Retrives time as reported by SMSC
getTime() - Method in class zyneo.sms.Sms
Retrives the time when message was arrived if MT designated message, otherwise null.
getTo() - Method in class zyneo.sms.Sms
Retrives current to number.
getType() - Method in class zyneo.sms.Notification
Retrives notification type

I

iReceiveClient - interface zyneo.sms.gateway.adaptor.xml.tcp.client.iReceiveClient.
Defines the Contract between the ReceiveServer and client.

M

m_cc - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_client - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveServer
 
m_con - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
 
m_connection_timeout - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_discharge_time - Variable in class zyneo.sms.Notification
Event time from SMSC
m_framedelay - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_framedelay - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
 
m_from - Variable in class zyneo.sms.Sms
GSM-number which this message orginated from (might be null if MT orginated message).
m_host - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_host - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
 
m_id - Variable in class zyneo.sms.Notification
Message id
m_log - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_log - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
 
m_message - Variable in class zyneo.sms.Sms
The actual message.
m_notify - Variable in class zyneo.sms.Sms
True if notifications are wanted
m_port - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
 
m_port - Variable in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
 
m_provider_time - Variable in class zyneo.sms.Notification
Time set by provider
m_smsc_time - Variable in class zyneo.sms.Notification
Smsc time when message which this notification belongs to arrived at SMSC
m_time - Variable in class zyneo.sms.Sms
Message time, the time the message was sent/received
m_to - Variable in class zyneo.sms.Sms
GSM-number do send this message to (might be null if MT designated message.)
m_type - Variable in class zyneo.sms.Notification
Notification type
m_valid_until - Variable in class zyneo.sms.Sms
Valid time, the validity time for this message, if null then provider/SMSC specific default value will be used.

N

Notification - class zyneo.sms.Notification.
Represents a Sms-notification.
Notification() - Constructor for class zyneo.sms.Notification
Constructor Initializes an empty notification object.
Notification(int, Date, Date, Date, String) - Constructor for class zyneo.sms.Notification
Constructor Creates and initializes all member variables to supplied values.

R

receive() - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
Receives one Sms or Status report, if none availible this method will block.
receive(Notification) - Method in interface zyneo.sms.gateway.adaptor.xml.tcp.client.iReceiveClient
This method is called by the ReceiveServer whenever a Notification arrives.
receive(Sms) - Method in interface zyneo.sms.gateway.adaptor.xml.tcp.client.iReceiveClient
This method is called by the ReceiveServer whenever a Sms arrives.
ReceiveConnection - class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection.
Receives a Status report or Sms-message
ReceiveConnection(String, int) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
Constructor
ReceiveConnection(String, int, int) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
Constructor
receivenb() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.ReceiveSocket
Receives a Sms message or a Notification.
receivenb(int) - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveConnection
Receives one Sms or Notification, if none availible then this method will block for the timeout specified.
ReceiveServer - class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveServer.
This simple server is used for retriving Notifications and SMS-messages by using the XML/Tcp connector of the gateway.
ReceiveServer(iReceiveClient, Socket, Category) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveServer
Constructor
ReceiveSocket - interface zyneo.sms.gateway.adaptor.rmi.client.ReceiveSocket.
This interface defines the interface used by clients to the RMI-adaptor when receiving messages.
RequestException - exception zyneo.sms.gateway.adaptor.xml.tcp.client.RequestException.
Exception is thrown when a transaction with the SMS-gateway fails
RequestException(String) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.RequestException
Constructor

S

SAVED - Static variable in class zyneo.sms.Notification
Type: SAVED message is saved on SMSC for deliverance later
send(Sms) - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Sends a SMS-message to Gateway
send(Sms) - Method in interface zyneo.sms.gateway.adaptor.rmi.client.SendSocket
Sends a Sms message
SendConnection - class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection.
A connection used for sending SMS-messages by using XML/tcp-protocol.
SendConnection(String, int) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Constructor
SendConnection(String, int, int, int) - Constructor for class zyneo.sms.gateway.adaptor.xml.tcp.client.SendConnection
Constructor
SendSocket - interface zyneo.sms.gateway.adaptor.rmi.client.SendSocket.
This interface defines the interface used by clients to the RMI-adaptor when sending SMS-messages.
SENT_TO_SMSC - Static variable in class zyneo.sms.Notification
Type: SENT_TO_SMSC message is succesfully sent to SMSC
service(Request) - Method in class zyneo.sms.gateway.adaptor.xml.tcp.client.ReceiveServer
Service the deliver requests from server.
setExpire(Date) - Method in class zyneo.sms.Sms
Sets the valid-time.
setFrom(String) - Method in class zyneo.sms.Sms
Sets from number.
setMessage(String) - Method in class zyneo.sms.Sms
Sets the message-text.
setNotify(boolean) - Method in class zyneo.sms.Sms
Sets the "notifications requested" flag.
setTo(String) - Method in class zyneo.sms.Sms
Sets the to number.
size() - Method in interface zyneo.sms.gateway.adaptor.rmi.client.ReceiveSocket
Gets the number of messages in the connected box.
Sms - class zyneo.sms.Sms.
Represents an Sms message.
Sms() - Constructor for class zyneo.sms.Sms
Default constructor.
Sms(String, String) - Constructor for class zyneo.sms.Sms
Constructor for MT designated messages.
Sms(String, String, Date) - Constructor for class zyneo.sms.Sms
Constructor for MT designated messages.

Z

zyneo.sms - package zyneo.sms
 
zyneo.sms.gateway.adaptor.rmi.client - package zyneo.sms.gateway.adaptor.rmi.client
Provides the client interface for the Java-RMI adaptor.
zyneo.sms.gateway.adaptor.xml.tcp.client - package zyneo.sms.gateway.adaptor.xml.tcp.client
Provides the client interface XML/tcp adaptors.

C D E F G I M N R S Z

Copyright © 2002 Zyneo. All Rights Reserved.