1.
: Class MIMEMessage
public class MIMEMessage; extends java.lang.Object; implements java.io.Serializable. A MIME encoded message. This is basically a collection of ...
2.
: Class MIMEMessage
java.lang.Object | +--com.protomatter.util.MIMEMessage ... Remove an attachment to this message. void, setBoundary(java.lang.String boundary) ...
3.
: Class MIMEMessage
java.lang.Object | +--com.protomatter.util.MIMEMessage ... This class can also be used to parse "file upload" information out of HTML forms. ...
4.
: Class StringUtil
String s, int n) Truncate a string to the given length. static java.lang. ... public static java.lang.String truncate(java.lang.String s, int n) ...
5.
: Class Syslog
Set the default mask for logging of messages. For example, to log all messages of type ERROR or greater, you would: Syslog.setLogMask(Syslog. ...
6.
: Package com.protomatter.syslog.xml
This package contains classes required for configuring Syslog from XML files. ... SyslogXML, A utility class for configuring Syslog from an XML file. ...
7.
: Package com.protomatter.syslog.xml
com.protomatter.syslog.xml. Interfaces XMLConfigHelper. Classes BasicLogger_Helper · DatabaseLog_Helper · FileLog_Helper · HTMLSyslogTextFormatter_Helper ...
8.
: Package com.protomatter.jdbc.pool
Architecture: The Protomatter JDBC Connection Pool Driver has three main ... the Oracle thin driver. args.put("jdbc.driver", "oracle.jdbc.driver. ...
9.
: Class Channel
public class Channel; extends java.lang.Object. A utility class for writing log messages to channels. Common usage of this class is as follows: ...
10.
: Class StringUtil
Truncate a string to the given length. static java.lang. ... public static java.lang.String truncate(java.lang.String s, int n). Truncate a string to the ...