|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.expeditor.datatype.request.SaveContextToMemory
"Used to register new attribute information or update existing attribute information. Use this to control information about technical capabilities exposed by a attribute."
| Field Summary | |
(package private) java.util.Vector |
attributeVector
|
(package private) AuthInfo |
authInfo
|
(package private) java.util.Vector |
contextVector
|
(package private) java.lang.String |
generic
|
(package private) java.lang.String |
serviceKey
|
(package private) java.lang.String |
sessionKey
|
| Constructor Summary | |
SaveContextToMemory()
|
|
SaveContextToMemory(AuthInfo authInfo,
java.util.Vector vector)
|
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
|
void |
addContext(Attribute context)
|
java.util.Vector |
getAttributeVector()
|
AuthInfo |
getAuthInfo()
|
java.util.Vector |
getContextVector()
|
java.lang.String |
getGeneric()
|
java.lang.String |
getServiceKey()
Returns the servicekey of this find_binding request. |
java.lang.String |
getSessionKey()
Returns the servicekey of this find_binding request. |
void |
setAttributeVector(java.util.Vector vector)
|
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setContextVector(java.util.Vector vector)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setServiceKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
void |
setSessionKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String generic
AuthInfo authInfo
java.lang.String serviceKey
java.lang.String sessionKey
java.util.Vector attributeVector
java.util.Vector contextVector
| Constructor Detail |
public SaveContextToMemory()
public SaveContextToMemory(AuthInfo authInfo,
java.util.Vector vector)
| Method Detail |
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void setServiceKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getServiceKey()
public void setSessionKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getSessionKey()
public void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
getAuthInfo in interface Publishpublic void addAttribute(Attribute attribute)
public void setAttributeVector(java.util.Vector vector)
public java.util.Vector getAttributeVector()
public void addContext(Attribute context)
public void setContextVector(java.util.Vector vector)
public java.util.Vector getContextVector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||