Cisco Cisco 3350 Mobility Services Engine Developer's Guide

Page of 224
                   
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UIDE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE OF 
MSE,
 
R
EL EASE 
7.4
.
                                   
P
A G E  
30
  O F  
2 27  
 
2.2 Business Session 
Most requests to the server must contain an AesBusinessSession object that identifies the 
authenticated client’s session. A session is granted as part of the login process and contains a 
unique id that identifies the IP Address and user to the server.  
 
Class 
AesBusinessSession 
 
Attribute 
Type 
Access 
id 
Integer 
RO 
 
 
2.3 AesResult 
Many methods return a result indicating success or failure of the operation. In certain 
circumstances there are additional arguments passed back to the caller of the method. The 
result has the ability to return a composite object for custom results. The class used to return 
this is AesResult
Class 
AesResult 
 
Attribute 
Type 
Access 
objectId 
Long 
RO 
changedOn 
Long 
RO 
parentId 
Long 
RO 
options 
int (enum) 
OPT_FULL = 0  
OPT_MED = 1 
OPT_MIN = 2 
RO 
 
result  Boolean 
RO