Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

[Table of Contents]

ServerInterface


Package:
com.apple.yellow.directtoweb

Interface Description



This interface is used internally by WebObjects and should be considered private. It should not be used or implemented.

Method Types


Private Methods
newConnection
removeConnection
responseTo
resynchronizeResponseTo
sessionID


Methods



newConnection


abstract public void newConnection(AssistantConnection aConnection)

This method is intentionally undocumented. You should never have to invoke or customize it.



removeConnection


public abstract void removeConnection(AssistantConnection aConnection)

This method is intentionally undocumented. You should never have to invoke or customize it.



responseTo


public abstract AssistantPacket responseTo(AssistantPacket aPacket, AssistantConnection aConnection)

This method is intentionally undocumented. You should never have to invoke or customize it.



resynchronizeResponseTo


abstract public AssistantPacket resynchronizeResponseTo(AssistantPacket aPacket, AssistantConnection aConnection)

This method is intentionally undocumented. You should never have to invoke or customize it.



sessionID


abstract public String sessionID()

This method is intentionally undocumented. You should never have to invoke or customize it.


[Table of Contents]