|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatException | |
|---|---|
| com.antelmann.calendar | This package contains classes for implementing calendar and time related solutions. |
| com.antelmann.cddb | This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. |
| com.antelmann.net | The classes in this package are designed to provide convenient access to Internet related functionality. |
| com.antelmann.timeregister | This package contains classes that implement a time register solution for a small business. |
| Uses of FormatException in com.antelmann.calendar |
|---|
| Subclasses of FormatException in com.antelmann.calendar | |
|---|---|
class |
CalendarException
indicates an inconsistency in the calendar database |
| Methods in com.antelmann.calendar that throw FormatException | |
|---|---|
static long |
Stopwatch.parse(String s)
assumes the format h:m:s; can parse a String created by timeAsStringShort(long) |
| Uses of FormatException in com.antelmann.cddb |
|---|
| Subclasses of FormatException in com.antelmann.cddb | |
|---|---|
class |
XmcdFormatException
Thrown to indicate that content which was expected to conform to the XMCD format did not conform. |
| Uses of FormatException in com.antelmann.net |
|---|
| Methods in com.antelmann.net that throw FormatException | |
|---|---|
RSSChannel |
RSSHandler.getChannel()
returns the first available channel in this rss feed (if any) |
RSSChannel[] |
RSSHandler.getChannels()
returns all available channels in this rss feed |
RSSItem[] |
RSSChannel.getItems()
|
void |
RSSHandler.init(InputSource source)
initializes the handler with content from the given source |
void |
RSSMenu.refresh()
|
void |
RSSMenu.setChannel(RSSChannel channel)
|
| Constructors in com.antelmann.net that throw FormatException | |
|---|---|
RSSHandler(File file)
|
|
RSSHandler(InputSource source)
|
|
RSSHandler(InputStream stream)
|
|
RSSHandler(URL url)
|
|
RSSMenu(RSSChannel channel,
RSSMenu.ItemHandler handler)
calls RSSMenu(channel, handler, false) |
|
RSSMenu(RSSChannel channel,
RSSMenu.ItemHandler handler,
boolean useIcon)
|
|
| Uses of FormatException in com.antelmann.timeregister |
|---|
| Methods in com.antelmann.timeregister that throw FormatException | |
|---|---|
long |
PunchDataAnalyzer.getWorkingTime()
returns the complete working time (in milliseconds) of all users from this analyzer. |
ArrayList<WorkUnit> |
PunchDataAnalyzer.getWorkUnits()
returns a list of WorkUnit objects resulting from the current content of the analyzer. |
void |
RemotePunchDBClient.punch(PunchData entry)
|
void |
PunchDBClient.punch(PunchData entry)
|
void |
PunchDB.punch(PunchData entry)
performs consistency check before adding the entry. |
void |
AbstractPunchDB.punch(PunchData pd)
first verifies the PunchData, then stores it, and finally calls the listeners. |
PunchData |
PunchStation.punch(User user,
boolean checkIn)
uses the current activity setting of this instance |
PunchData |
PunchStation.punch(User user,
boolean checkIn,
String activity)
stores the PunchData after checking some basic consistency w/ existing data. |
void |
FilePunchDB.refresh()
|
void |
RemotePunchDBImpl.remotePunch(PunchData entry)
|
void |
RemotePunchDB.remotePunch(PunchData entry)
|
void |
PunchDataAnalyzer.storeInto(PunchDB db)
|
void |
SQLPunchDB.verifyConsistency()
|
void |
PunchDataAnalyzer.verifyConsistency()
|
static void |
PunchDataAnalyzer.verifyPunch(PunchDB db,
PunchData pd)
checks whether the data can be stored into the database w/o causing inconsistency for the employee in the given PunchData entry. |
| Constructors in com.antelmann.timeregister that throw FormatException | |
|---|---|
FilePunchDB(File dataFile)
|
|
JPunchClock(PunchStation station)
|
|
JPunchDataAnalyzer(PunchDataAnalyzer analyzer,
User employee)
uses the beginning of the current week as the workBeginDate by default |
|
JPunchDataAnalyzer(PunchDataAnalyzer analyzer,
User employee,
Date workBeginDate)
|
|
JPunchDataAnalyzerList(PunchDB db)
uses the beginning of the current week as the workBeginDate by default |
|
JPunchDataAnalyzerList(PunchDB db,
Date workBeginDate)
|
|
PunchClientFrame(PunchStation station)
|
|
PunchClientFrame(String location,
String serverName)
uses port 2004 |
|
PunchClientFrame(String location,
String serverName,
int port)
|
|
PunchClientFrame(String location,
String serverName,
int port,
Logger logger)
|
|
PunchServerFrame(PunchAdminDB db)
uses port 2004 and runs the NTPServer |
|
PunchServerFrame(PunchAdminDB db,
int port)
runs the NTPServer |
|
PunchServerFrame(PunchAdminDB db,
int port,
Logger logger,
boolean runNTPServer)
|
|
PunchServerFrame(PunchAdminDB db,
Logger logger,
boolean runNTPServer)
uses port 2004 |
|
PunchServerTray(PunchAdminDB db,
int port,
Logger logger,
Icon image,
boolean runNTP)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||