|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.AutoLookupService
public class AutoLookupService
The service to look for matching entries in the auto lookup model.
| Field Summary | |
|---|---|
static AutoLookupService |
INSTANCE
|
static Properties |
OUTPUT_PROPERTIES
|
static String |
SERVICE_ID
|
| Fields inherited from interface nextapp.echo.webcontainer.Service |
|---|
DO_NOT_CACHE |
| Method Summary | |
|---|---|
void |
deregister(AutoLookupTextField textFieldEx)
Deregisters the AutoLookupTextFieldEx with the service |
String |
getId()
Returns the service id. |
static AutoLookupService |
getInstance()
Returns an instance for public use. |
int |
getVersion()
Returns the service version. |
static void |
install()
Installs the service in the registry. |
void |
register(AutoLookupTextField textFieldEx)
Registers the AutoLookupTextFieldEx with the service |
void |
service(Connection conn)
Handles a service request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SERVICE_ID
public static final AutoLookupService INSTANCE
public static final Properties OUTPUT_PROPERTIES
| Method Detail |
|---|
public static void install()
public String getId()
getId in interface Servicepublic int getVersion()
getVersion in interface Service
public void service(Connection conn)
throws IOException
service in interface Serviceconn - the connection.
IOExceptionpublic static AutoLookupService getInstance()
public void register(AutoLookupTextField textFieldEx)
AutoLookupTextFieldEx with the service
textFieldEx - - a AutoLookupTextFieldEx to be notified
of external events.public void deregister(AutoLookupTextField textFieldEx)
AutoLookupTextFieldEx with the service
textFieldEx - - an AutoLookupTextFieldEx to be removed
from being notified of external events.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||