|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.group_member.MemberProxy
public class MemberProxy
Constructor Summary | |
---|---|
MemberProxy()
|
Method Summary | |
---|---|
void |
addMemberAttribute(java.net.URI member,
SimpleAttribute data)
Add member attribute. |
void |
deleteMemberAttribute(java.net.URI member,
java.lang.String attributeName)
Delete attribute from a member. |
java.lang.String |
getEndpoint()
|
Member |
getMember()
|
SimpleAttribute[] |
queryMemberAttributes(java.net.URI member,
java.lang.String[] attributeNames)
Query attributes of a member. |
void |
setEndpoint(java.lang.String endpoint)
|
void |
useJNDI(boolean useJNDI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberProxy()
Method Detail |
---|
public void useJNDI(boolean useJNDI)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public Member getMember()
public void addMemberAttribute(java.net.URI member, SimpleAttribute data) throws java.rmi.RemoteException, PolicyException, ServiceException
Member
Add member attribute. If an attribute with this name exists, its value will be replaced with the value provided in this operation.
ServiceException from ES 202 391-1 [2]:
* SVC0001: Service error.
* SVC0002: Invalid input value.
PolicyException from ES 202 391-1 [2]:
* POL0001: Policy error.
addMemberAttribute
in interface Member
member
- xsd:anyURI
Member to add attribute todata
- SimpleAttribute
Attribute to add to member
java.rmi.RemoteException
PolicyException
ServiceException
public SimpleAttribute[] queryMemberAttributes(java.net.URI member, java.lang.String[] attributeNames) throws java.rmi.RemoteException, PolicyException, ServiceException
Member
Query attributes of a member. If any attributes requested do not exist, they will not be included in the result.
ServiceException from ES 202 391-1 [2]:
* SVC0001: Service error.
* SVC0002: Invalid input value.
PolicyException from ES 202 391-1 [2]:
* POL0001: Policy error.
queryMemberAttributes
in interface Member
member
- xsd:anyURI
Member to query attributes forattributeNames
- xsd:string [1..unbounded]
List of attribute names to retrieve
java.rmi.RemoteException
PolicyException
ServiceException
public void deleteMemberAttribute(java.net.URI member, java.lang.String attributeName) throws java.rmi.RemoteException, PolicyException, ServiceException
Member
Delete attribute from a member. If the attribute specified does not exist, it will be ignored.
ServiceException from ES 202 391-1 [2]:
* SVC0001: Service error.
* SVC0002: Invalid input value.
PolicyException from ES 202 391-1 [2]:
* POL0001: Policy error.
deleteMemberAttribute
in interface Member
member
- xsd:anyURI
Member to remove attributes fromattributeName
- xsd:string
Name of attribute to delete
java.rmi.RemoteException
PolicyException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |