com.evernote.edam.userstore
Class UserStore.AsyncClient.refreshAuthentication_call

java.lang.Object
  extended by TAsyncMethodCall
      extended by com.evernote.edam.userstore.UserStore.AsyncClient.refreshAuthentication_call
Enclosing class:
UserStore.AsyncClient

public static class UserStore.AsyncClient.refreshAuthentication_call
extends TAsyncMethodCall


Constructor Summary
UserStore.AsyncClient.refreshAuthentication_call(java.lang.String authenticationToken,  resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
 
Method Summary
 AuthenticationResult getResult()
           
 void write_args(TProtocol prot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStore.AsyncClient.refreshAuthentication_call

public UserStore.AsyncClient.refreshAuthentication_call(java.lang.String authenticationToken,
                                                         resultHandler,
                                                        TAsyncClient client,
                                                        TProtocolFactory protocolFactory,
                                                        TNonblockingTransport transport)
                                                 throws TException
Throws:
TException
Method Detail

write_args

public void write_args(TProtocol prot)
                throws TException
Throws:
TException

getResult

public AuthenticationResult getResult()
                               throws EDAMUserException,
                                      EDAMSystemException,
                                      TException
Throws:
EDAMUserException
EDAMSystemException
TException