Overview
Package
Class
Use
Tree
Index
Help
jSyncManager Simple Java Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
S
saveAdapter(Adapter)
- Method in class org.jSyncManager.SJS.webstart.
Launcher
send()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
RemoteMessageHandler
Sends all stored messages to their respective servers.
send()
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
RemoteServerMessage
Finally relays the one message to the server for all recipients
SENDER_ERROR
- Variable in class org.jSyncManager.SJS.Tests.
MailDeliveryTest
The code for a failed DATA call due to an unavailable RCPT TO field
SENDER_SUCCESS
- Variable in class org.jSyncManager.SJS.Tests.
MailDeliveryTest
Variable definition...
sent
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
The date when this message was sent
server
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
The server class being checked
server
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
Stores a self reference, for use by the commands if they need to access server methods
server
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
TestSMTPServer
Stores a self reference, for use by the commands if they need to access server methods
Server
- Class in
org.jSyncManager.SJS
The Simple Java Server Internet Server Service.
Server(String)
- Constructor for class org.jSyncManager.SJS.
Server
Creates a new instance of the Server.
Server(File)
- Constructor for class org.jSyncManager.SJS.
Server
Creates a new instance of the Server.
ServerManager
- Class in
org.jSyncManager.SJS
The Internet Server Service Management Tool.
ServerRemoteInterface
- Interface in
org.jSyncManager.SJS
An interface to define the remotely accessable methods for manipulating the server.
ServiceAlreadyRunningException
- Exception in
org.jSyncManager.SJS
The ServiceAlreadyRunningException class.
ServiceAlreadyRunningException()
- Constructor for exception org.jSyncManager.SJS.
ServiceAlreadyRunningException
Constructs a new ServiceAlreadyRunningException.
ServiceAlreadyRunningException(String)
- Constructor for exception org.jSyncManager.SJS.
ServiceAlreadyRunningException
Constructs a new ServiceAlreadyRunningException with the specified message.
serviceName
- Variable in class org.jSyncManager.SJS.
ConnectionManager
A field to hold this connection managers service name.
setAdapter(String)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setAdapter(Adapter)
- Method in class org.jSyncManager.SJS.webstart.
AdapterPanel
setAdapter(Adapter)
- Method in class org.jSyncManager.SJS.webstart.
LauncherView
setClasspath(String)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setDomain(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
Domain
sets the domain for the email address
setDomains(Map<String, Domain>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
Configuration
Sets the current map of domains
setFile(File)
- Method in class org.jSyncManager.SJS.webstart.
Launcher
setFrom(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
Sets the from address of this message
setFrom(Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
Sets the from address of this message
setLog(String)
- Method in class org.jSyncManager.SJS.webstart.
Model
setLogManager(LogManager)
- Method in class org.jSyncManager.SJS.API.
AbstractAdapter
Set the log manager to use for loging messages.
setLogpath(String)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setMaxConnections(int)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setName(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
User
sets the user name to the given parameter
setName(String)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setParameterInAllServices(String, String)
- Method in class org.jSyncManager.SJS.
Server
Sets the specified parameter to the specified value in all services running on this system.
setParameterInAllServices(String, String)
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
Sets the specified parameter to the specified value in all services running on this system.
setPath(String)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
User
sets the path to user's mbox path
setPort(int)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
RemoteServerMessage
setPort(int)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setProperty(String, String)
- Method in class org.jSyncManager.SJS.
ConnectionManager
Sets the specified property to the specified value.
setReceived(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
Sets the received date of this message
setSelectedAdapter(int)
- Method in class org.jSyncManager.SJS.webstart.
Launcher
setSent(Date)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
Sets the sent date of this message
setServiceParameter(String, int, String, String)
- Method in class org.jSyncManager.SJS.
Server
A method to set the specified service parameter.
setServiceParameter(String, String, String)
- Method in class org.jSyncManager.SJS.
Server
A method to set the specified service parameter.
setServiceParameter(SocketAddress, String, String)
- Method in class org.jSyncManager.SJS.
Server
A method to set the specified service parameter.
setServiceParameter(String, int, String, String)
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
A method to set the specified service parameter.
setServiceParameter(String, String, String)
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
A method to set the specified service parameter.
setServiceParameter(SocketAddress, String, String)
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
A method to set the specified service parameter.
setState(long)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.State
Sets the state to exactly the given value, any current bits are cleared
setThreadGroup(ThreadGroup)
- Static method in class org.jSyncManager.SJS.API.
AbstractAdapter
Statically set the thread group all new instances should be created in.
setTimeout(int)
- Method in class org.jSyncManager.SJS.webstart.
Adapter
setTo(List<Address>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Message
Sets the to address of this message
setUp()
- Method in class org.jSyncManager.SJS.Tests.
TestAdapterTester
Set up method.
setUsers(Map<String, User>)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
Configuration
Map containing all valid domains
shutdownNicely()
- Method in class org.jSyncManager.SJS.
Server
A method to shutdown the entire Internet Service Server as soon as all existing connections have ended.
shutdownNicely()
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
A method to shutdown the entire Internet Service Server as soon as all existing connections have ended.
shutdownNow()
- Method in class org.jSyncManager.SJS.
Server
A method to shutdown the entire Internet Service Server.
shutdownNow()
- Method in interface org.jSyncManager.SJS.
ServerRemoteInterface
A method to shutdown the entire Internet Service Server immediately.
size()
- Method in class org.jSyncManager.SJS.webstart.
Model
SMTPCommandContract
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.contracts
This class lists the contracts and invariants for the SMTPCommand abstract class
SMTPCommandContract(AbstractSMTPServer.SmtpCommand)
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPCommandContract
A general constructor that sets the instance variable
This is of the form required by C4J
SMTPMailTest
- Class in
org.jSyncManager.SJS.Tests
JUnit tests for the
TestSMTPServer
processRequest function.
SMTPMailTest()
- Constructor for class org.jSyncManager.SJS.Tests.
SMTPMailTest
SMTPServer
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer
This class extends the AbstractSMTPServer class by providing methods to handle incoming message data
SMTPServer()
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.
SMTPServer
Constructor, initializes config values, sets up mailbox
SMTPServerContract
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.contracts
This class specifies the contracts for relevant methods of the SMTPServer class.
SMTPServerContract(SMTPServer)
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
SMTPServerContract
Creates a new SMTPServerContract for the passed server object (this is handled automatically) by the library
SMTPServerTest
- Class in
org.jSyncManager.SJS.Tests
JUnit tests for the
TestSMTPServer
processRequest function.
SMTPServerTest()
- Constructor for class org.jSyncManager.SJS.Tests.
SMTPServerTest
SMTPUtils
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.util
Utility class to assist with some commonly performed SMTP functionality.
SMTPUtils()
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.util.
SMTPUtils
SMTPUtilsContract
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.util.contracts
Contract for the SMTPUtils Class
SMTPUtilsContract(SMTPUtils)
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.util.contracts.
SMTPUtilsContract
Constructor, get a reference for the SMTPUtils object
startElement(String, String, String, Attributes)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.
ConfigDAOXML.PlayerHandler
Opening tag of an XML element is encountered.
state
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer
A bit mask field to store the current state of the connection being handled by this instance
state
- Variable in class org.jSyncManager.SJS.Adapters.SMTPServer.
AbstractSMTPServer.State
the actual state mask of bits
StateContract
- Class in
org.jSyncManager.SJS.Adapters.SMTPServer.contracts
This class lists the contracts and invariants for the SMTPCommand abstract class
StateContract(AbstractSMTPServer.State)
- Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.contracts.
StateContract
A general constructor that sets the instance variable
This is of the form required by C4J
stopListening()
- Method in class org.jSyncManager.SJS.
ConnectionManager
Tells this connection manager to stop listening on its port.
store(Message, Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
RemoteMessageHandler
Stores incoming messages in a map with the server IP as key
storeMessage(Message, Address)
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Mbox
Stores a single Message object to some medium where it can later be retrieved.
storeMessage(Message, Address)
- Method in interface org.jSyncManager.SJS.Adapters.SMTPServer.
MessageStoreInterface
Stores a single Message object to some medium where it can later be retrieved.
storeMessages(Message[])
- Method in class org.jSyncManager.SJS.Adapters.SMTPServer.
Mbox
Stores an array of Message objects to some medium where they can later be retrieved.
storeMessages(Message[])
- Method in interface org.jSyncManager.SJS.Adapters.SMTPServer.
MessageStoreInterface
Stores an array of Message objects to some medium where they can later be retrieved.
Overview
Package
Class
Use
Tree
Index
Help
jSyncManager Simple Java Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.