org.nakedobjects.remoting.exchange
Class ClearValueRequest
java.lang.Object
org.nakedobjects.remoting.exchange.RequestAbstract
org.nakedobjects.remoting.exchange.ClearValueRequest
- All Implemented Interfaces:
- Encodable, Request
public class ClearValueRequest
- extends RequestAbstract
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearValueRequest
public ClearValueRequest(AuthenticationSession session,
java.lang.String fieldIdentifier,
IdentityData target)
ClearValueRequest
public ClearValueRequest(DataInputExtended input)
throws java.io.IOException
- Throws:
java.io.IOException
encode
public void encode(DataOutputExtended outputStream)
throws java.io.IOException
- Specified by:
encode in interface Encodable- Overrides:
encode in class RequestAbstract
- Throws:
java.io.IOException
getFieldIdentifier
public java.lang.String getFieldIdentifier()
getTarget
public IdentityData getTarget()
execute
public void execute(ServerFacade serverFacade)
Sets a response of ObjectData[] (array).
getResponse
public ClearValueResponse getResponse()
- Downcasts.
- Specified by:
getResponse in interface Request- Overrides:
getResponse in class RequestAbstract
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.