|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
org.nakedobjects.remoting.server.SocketsViewerAbstract
public abstract class SocketsViewerAbstract
| Constructor Summary | |
|---|---|
SocketsViewerAbstract(ObjectEncoderDecoder encoderDecoder)
|
|
| Method Summary | |
|---|---|
protected abstract ServerConnection |
createServerConnection(java.io.InputStream input,
java.io.OutputStream output,
ServerFacade serverFacade)
Hook method. |
void |
debugData(DebugString debug)
|
java.lang.String |
debugTitle()
|
void |
init()
TODO: generalize so can listen on multi-homed hosts using new Socket(port, 2, address); |
protected boolean |
isShutdown()
|
void |
shutdown()
|
| Methods inherited from class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract |
|---|
clearAuthenticationRequestViaArgs, ensureDependenciesInjected, getAuthenticationManager, getAuthenticationRequestViaArgs, getConfiguration, getConfigurationBuilder, getDeploymentType, getLogonFixture, getWebAppSpecification, setConfigurationBuilder, setInstallerLookup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketsViewerAbstract(ObjectEncoderDecoder encoderDecoder)
| Method Detail |
|---|
public void init()
init in interface ApplicationScopedComponentinit in class NakedObjectsViewerAbstractpublic void shutdown()
shutdown in interface ApplicationScopedComponentshutdown in class NakedObjectsViewerAbstractprotected boolean isShutdown()
protected abstract ServerConnection createServerConnection(java.io.InputStream input,
java.io.OutputStream output,
ServerFacade serverFacade)
public void debugData(DebugString debug)
debugData in interface DebugInfopublic java.lang.String debugTitle()
debugTitle in interface DebugInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||