jSyncManager Simple Java Server
A B C D E F G H I L M N O P Q R S T U V W X

D

DAOFactory - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config
Data Access Object Factory that encapsulates the underlying implementation details for a given method of data storage.
DAOFactory() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.DAOFactory
 
DAOFactoryContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts
Contract for the DAOFactory class.
DAOFactoryContract(DAOFactory) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.DAOFactoryContract
Constructor, get a reference for the DAOFactory object
DATA_BAD_SEQ_ERROR - Variable in class org.jSyncManager.SJS.Tests.MailDeliveryTest
The code for bad sequence.
DATA_ENTER_SUCCESS - Static variable in class org.jSyncManager.SJS.Tests.SMTPMailTest
A final integer representing the "354 Start mail input; end with <CRLF>.<CRLF>" reply code.
DATA_EXIT_SUCCESS - Static variable in class org.jSyncManager.SJS.Tests.SMTPMailTest
A final integer representing the "250 Requested mail action okay, completed" reply code.
DATA_FAIL_BAD_PARAMS - Static variable in class org.jSyncManager.SJS.Tests.SMTPMailTest
A final integer representing the "501 Syntax error in parameters or arguments" reply code.
DATA_FAIL_BAD_SEQ - Static variable in class org.jSyncManager.SJS.Tests.SMTPMailTest
A final integer representing the "503 Bad sequence of commands" reply code.
DATA_FINNISHED - Variable in class org.jSyncManager.SJS.Tests.MailDeliveryTest
The code for successful data ending with a "."
DATA_SUCCESS - Variable in class org.jSyncManager.SJS.Tests.MailDeliveryTest
The code for a successful call to the DATA command
DEFAULT - Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.DAOFactory
Default DAO implementation to use
denyAllIncomingRequests() - Method in class org.jSyncManager.SJS.Server
Causes the server to deny all incoming requests in all services.
denyAllIncomingRequests() - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
Causes the server to deny all incoming requests in all services.
denyIncomingRequests(SocketAddress) - Method in class org.jSyncManager.SJS.Server
A method to deny incoming requests to the specified service.
denyIncomingRequests(String) - Method in class org.jSyncManager.SJS.Server
A method to deny incoming requests to the specified service.
denyIncomingRequests(String, int) - Method in class org.jSyncManager.SJS.Server
A method to deny incoming requests to the specified service.
denyIncomingRequests(SocketAddress) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to deny incoming requests to the specified service.
denyIncomingRequests(String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to deny incoming requests to the specified service.
denyIncomingRequests(String, int) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to deny incoming requests to the specified service.
describeAllServices() - Method in class org.jSyncManager.SJS.Server
Describes all the services running on this server.
describeAllServices() - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
Describes all the services running on this server.
describeAllServicesWithParameter(String) - Method in class org.jSyncManager.SJS.Server
Describes all the services with the specified parameter running on this server.
describeAllServicesWithParameter(String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
Describes all the services with the specified parameter running on this server.
describeService(String, int) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service.
describeService(String) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service.
describeService(SocketAddress) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service.
describeService(String, int) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service.
describeService(String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service.
describeService(SocketAddress) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service.
describeServiceParameter(String, int, String) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service parameter.
describeServiceParameter(String, String) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service parameter.
describeServiceParameter(SocketAddress, String) - Method in class org.jSyncManager.SJS.Server
A method to describe the specified service parameter.
describeServiceParameter(String, int, String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service parameter.
describeServiceParameter(String, String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service parameter.
describeServiceParameter(SocketAddress, String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to describe the specified service parameter.
disconnect() - Method in class org.jSyncManager.SJS.API.AbstractAdapter
Process any disconnection details.
disconnect() - Method in class org.jSyncManager.SJS.API.AbstractRequestResponseAdapter
The disconnect method.
DISCONNECT_MESSAGE - Static variable in class org.jSyncManager.SJS.Adapters.TestAdapter.TestAdapter
A static field to hold the disconnect message for this adapter.
disconnectionAlert() - Method in interface org.jSyncManager.SJS.API.ConnectionManagerInterface
A method to inform the connection manager that a disconnection has occurred.
disconnectionAlert() - Method in class org.jSyncManager.SJS.ConnectionManager
A method to inform the connection manager that a disconnection has occurred.
DNSUtil - Class in org.jSyncManager.SJS.Adapters.SMTPServer
Checks the MX record and returns the follow 3 possibilities: mybb.ca has 0 mail servers mybb.ca has 2 mail servers: mail1.backbonesystems.org tangwenfans.com : DNS name not found [response code 3]
DNSUtil() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.DNSUtil
 
DNSUtilContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.contracts
Contract for DNSUtile
DNSUtilContract(DNSUtil) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.DNSUtilContract
Constructor as required for C4J
doLookup(String) - Static method in class org.jSyncManager.SJS.Adapters.SMTPServer.DNSUtil
gets the mx record info and format it into string
domain - Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.Address
Variable definition...
Domain - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config
This class represents an email domain used for sending, receiving, and storing messages
Domain() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Domain
Constructor, default and empty
Domain(String) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Domain
Constructor
domain - Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.SMTPServer
Stores the name that the user has identified themselves as in HELO
domain - Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.TestSMTPServer
Stores the name that the user has identified themselves as in HELO
DomainContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts
Contract for the Domain Class.
DomainContract(Domain) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.DomainContract
Constructor, get a reference for the Domain object.
domainRegex - Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
A string to provide the basic regex for a valid domain name.
domains - Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Configuration
Map containing all valid domains
domains - Variable in class org.jSyncManager.SJS.Tests.MailDeliveryTest
An array of strings that are the specified domains

jSyncManager Simple Java Server
A B C D E F G H I L M N O P Q R S T U V W X
Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.