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

G

general() - Method in class org.jSyncManager.SJS.Tests.SMTPServerTest
A method that tests general syntax errors.
generateNewDomain() - Method in class org.jSyncManager.SJS.Tests.MailDeliveryTest
Generates a random domain name.
generateNewUser() - Method in class org.jSyncManager.SJS.Tests.MailDeliveryTest
Generates a random username.
generateRandomLowerString() - Method in class org.jSyncManager.SJS.Tests.MailDeliveryTest
Generates random lower strings.
generateRandomUpperString() - Method in class org.jSyncManager.SJS.Tests.MailDeliveryTest
Generates random upper strings.
GenericDAO<T,ID extends java.io.Serializable> - Interface in org.jSyncManager.SJS.Adapters.SMTPServer.Config
Implement this interface to provide a particular implementation of a DAO object.
GenericDAOContract - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts
The contract file for the GenericDAO interface.
All subtypes are bound by these contracts in addition to any they may enforce.
GenericDAOContract(GenericDAO) - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.GenericDAOContract
General Constructor for C4J format
GenericXMLDAO<T,ID extends java.io.Serializable> - Class in org.jSyncManager.SJS.Adapters.SMTPServer.Config
Abstract class representing a generic XML data access object.
GenericXMLDAO() - Constructor for class org.jSyncManager.SJS.Adapters.SMTPServer.Config.GenericXMLDAO
General summary
getAdapter() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getAdapter(int) - Method in class org.jSyncManager.SJS.webstart.Model
 
getAdapterList() - Method in class org.jSyncManager.SJS.webstart.Model
 
getAdapterPanel() - Method in class org.jSyncManager.SJS.webstart.LauncherView
 
getAddress(String) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.SMTPServer
Detects source routes,and strips them off to return just the address Source routes are of the form &064;one,&064;two:joe@three.com Will also return qouted strings directly without param checking
getAddress(String) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.TestSMTPServer
Detects source routes,and strips them off to return just the address Source routes are of the form &064;one,&064;two:joe@three.com Will also return quoted strings directly without param checking
getAllStatus() - Method in class org.jSyncManager.SJS.Server
Retrieves the status for all services running on this server.
getAllStatus() - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
Retrieves the status for all services running on this server.
getBindAddress() - Method in class org.jSyncManager.SJS.ConnectionManager
Retrieves the socket address the ServerSocket is bound to.
getBody() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the body content of a message
getClasspath() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getCmd() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.SmtpCommand
 
getCommands() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
 
getConfigDAO() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.DAOFactory
Getter method to return the configDAO
getConfigDAO() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.XMLDAOFactory
gets the config and returns a ConfigDAO data access object
getConfiguration() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.ConfigDAOXML.PlayerHandler
Gets the loaded configuration object
getConnectionHeaderString() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
General summary
getConnectionHeaderString() - Method in class org.jSyncManager.SJS.Adapters.TestAdapter.TestAdapter
The Connection Header method.
getConnectionHeaderString() - Method in class org.jSyncManager.SJS.API.AbstractRequestResponseAdapter
The Connection Header method.
getConnectionManagerInterface() - Method in class org.jSyncManager.SJS.API.AbstractAdapter
Retrieves a handle to the configuration manager interface object.
getCurrentMask() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
 
getDomain() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Address
Returns the domain of the sender/receiver
getDomain() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Domain
Gets the domain of the email address
getDomains() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Configuration
Gets the current map of domains
getDomains() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
getDomains() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.SMTPServer
Gets a list of domains.
getElement() - Method in class org.jSyncManager.SJS.ConnectionManager
Retrieves the DOM Element that was used to create this object.
getFrom() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the address of the sender of a message
getInetAddress() - Method in class org.jSyncManager.SJS.API.AbstractAdapter
Retrieves the internet address object for the connected host.
getLog() - Method in class org.jSyncManager.SJS.webstart.Model
 
getLogManager() - Method in class org.jSyncManager.SJS.API.AbstractAdapter
Retrieves a handle to the current log manager.
getLogpath() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getMailAddrExpr() - Static method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
 
getMask() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.SmtpCommand
 
getMaxConnections() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getMboxForUser(String) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.SMTPServer
Gets a user's mbox file object.
getMessages(User) - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Mbox
Returns an array of all the messages stored in a valid user's mbox.
getMessages(User) - Method in interface org.jSyncManager.SJS.Adapters.SMTPServer.MessageStoreInterface
Returns an array of all the messages stored in a valid user's mbox.
getName() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.User
gets the name of the user
getName() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getPath() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.User
returns the path to user's mbox
getPersistentClass() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.GenericXMLDAO
General summary
getPort() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
getPort() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getProperty(String) - Method in class org.jSyncManager.SJS.API.AbstractAdapter
Gets the specified property from the properties object passed from the Connection Manager.
getProperty(String) - Method in class org.jSyncManager.SJS.ConnectionManager
Retrieves the specified property from this connection manager.
getRcptAddrExpr() - Static method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
 
getRcpts() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
getReceivedDate() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the date which this received was sent
getSentDate() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the date which this message was sent
getServer() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.RemoteServerMessage
 
getServiceName() - Method in class org.jSyncManager.SJS.ConnectionManager
Returns this connection managers service name.
getState() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer.State
get the current state value
getStateLong() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.AbstractSMTPServer
 
getStatus() - Method in class org.jSyncManager.SJS.ConnectionManager
Retrieves a string describing the state of this connection manager.
getStatus(SocketAddress) - Method in class org.jSyncManager.SJS.Server
A method to query the status of the specified service.
getStatus(String) - Method in class org.jSyncManager.SJS.Server
A method to query the status of the specified service.
getStatus(String, int) - Method in class org.jSyncManager.SJS.Server
A method to query the status of the specified service.
getStatus(SocketAddress) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to query the status of the specified service.
getStatus(String) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to query the status of the specified service.
getStatus(String, int) - Method in interface org.jSyncManager.SJS.ServerRemoteInterface
A method to query the status of the specified service.
getText() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.ConfigDAOXML.PlayerHandler
Load the text and trim the text string nicely
getTimeout() - Method in class org.jSyncManager.SJS.webstart.Adapter
 
getTimeoutMessage() - Method in class org.jSyncManager.SJS.Adapters.TestAdapter.TestAdapter
The timeout error message.
getTimeoutMessage() - Method in class org.jSyncManager.SJS.API.AbstractRequestResponseAdapter
The timeout error message.
getTo() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the address of the receiver of a message
getToIter() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Message
Returns the address of the receiver of a message
getUser() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Address
Returns the username of the sender/receiver
getUsers() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.Config.Configuration
Map containing all valid users
getUsers() - Method in class org.jSyncManager.SJS.Adapters.SMTPServer.SMTPServer
Gets a list of users.
groupedAddressRegex - Static variable in class org.jSyncManager.SJS.Adapters.SMTPServer.util.SMTPUtils
The same as addressRegex except that it puts the user in group 1 and the domain in group 2 E.G.

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.