org.eaglei.ui.gwt.instance.rpc
Interface InstanceServiceRemote

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
InstanceServlet

@RemoteServiceRelativePath(value="instance")
public interface InstanceServiceRemote
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 boolean contactMessage(java.lang.String sessionID, org.eaglei.model.EIURI instanceID, java.lang.String label, boolean test_mode, java.lang.String from_name, java.lang.String from_email, java.lang.String subject, java.lang.String message)
           
 org.eaglei.model.EIInstanceX getInstance(java.lang.String sessionID, org.eaglei.model.EIURI instanceID)
           
 

Method Detail

getInstance

org.eaglei.model.EIInstanceX getInstance(java.lang.String sessionID,
                                         org.eaglei.model.EIURI instanceID)
                                         throws InvalidSessionIdException,
                                                LoggedException
Throws:
InvalidSessionIdException
LoggedException

contactMessage

boolean contactMessage(java.lang.String sessionID,
                       org.eaglei.model.EIURI instanceID,
                       java.lang.String label,
                       boolean test_mode,
                       java.lang.String from_name,
                       java.lang.String from_email,
                       java.lang.String subject,
                       java.lang.String message)
                       throws InvalidSessionIdException,
                              LoggedException
Throws:
InvalidSessionIdException
LoggedException


Copyright © 2009-2011 Eagle-I. All Rights Reserved.