|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--amber.server.application.ApplicationHandler
|
+--amber.server.application.LicenseViolatedApplicationHandler
| Fields inherited from class amber.server.application.ApplicationHandler |
connection, eventHandler, input, loggingFile, output, packetHandler, pageId, pageSubId, parentServer, receivedPackets, receiver, sender, sessionInfo, waitForClientShutDown, waitForPacket |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
LicenseViolatedApplicationHandler()
|
|
LicenseViolatedApplicationHandler(int pageIdentifier)
|
|
LicenseViolatedApplicationHandler(int pageIdentifier,
int pageSubId)
|
|
| Method Summary | |
protected void |
defineComponents()
Component Set up function. |
void |
start(java.net.Socket newConnection)
This function initiates the functioning of the ApplicationHandler. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LicenseViolatedApplicationHandler()
throws java.io.IOException
public LicenseViolatedApplicationHandler(int pageIdentifier)
throws java.io.IOException
public LicenseViolatedApplicationHandler(int pageIdentifier,
int pageSubId)
throws java.io.IOException
| Method Detail |
public void start(java.net.Socket newConnection)
throws java.lang.IllegalThreadStateException
start in class ApplicationHandlernewConnection - The Socket which is connected to the page in operation. If null uses the connection already set.java.lang.IllegalThreadStateException - containing any problems.protected void defineComponents()
defineComponents in class ApplicationHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||