|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcvm.ncb.adapters.SkypeAdapterDataContainer
public class SkypeAdapterDataContainer
This class contains all the schemas that have been received and prepares them to be sent up to NCB
Field Summary | |
---|---|
static int |
sentCount
|
Method Summary | |
---|---|
void |
enqueueSchemaForProcessing(java.lang.String arg0)
Places the schemas in a container for processing. |
static SkypeAdapterDataContainer |
getInstance()
|
void |
handledReceviedSchemas()
Private this method handles all the schemas that have been received and have yet to be sent to the upper layers. |
boolean |
isSchema(java.lang.String message)
This function checks if what was recieved was a schema. |
void |
signalSchemaReceived()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int sentCount
Method Detail |
---|
public static SkypeAdapterDataContainer getInstance()
public void enqueueSchemaForProcessing(java.lang.String arg0)
arg0
- public void signalSchemaReceived()
public boolean isSchema(java.lang.String message)
message
- Information received.
public void handledReceviedSchemas() throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |