|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Contract public interface Adapter
Contract interface for registering adapters to a port. Each adapter listens to a particular context root. Context root can be / which makes this adapter the default web application
| Method Summary | |
|---|---|
String |
getContextRoot()
Returns the context root for this adapter |
int |
getListenPort()
Returns the listener port for this adapter |
List<String> |
getVirtualServers()
Returns the virtaul servers supported by this adapter |
boolean |
isRegistered()
Checks whether this adapter has been registered as a network endpoint. |
void |
setRegistered(boolean isRegistered)
Marks this adapter as having been registered or unregistered as a network endpoint |
| Method Detail |
|---|
String getContextRoot()
int getListenPort()
List<String> getVirtualServers()
boolean isRegistered()
void setRegistered(boolean isRegistered)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.
Generated on 12-March-2010 04:35