|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A registry for Accessors that are known to the system
IPTAccessor| Method Summary | |
IPTQueryResult |
GetAccessorInfo(java.lang.String sAccessorCLSID)
Returns information about the Accessor, such as name and description |
IPTQueryResult |
GetCommonFields(java.lang.String sAccessorCLSID)
Returns the common fields for an Accessor |
IPTQueryResult |
GetRegisteredAccessors()
Returns the list of all registered Accessors |
void |
Register(IPTAccessor pAccessor)
Adds an Accessor to the registry |
void |
UnRegister(java.lang.String sAccessorCLSID)
Removes an Accessor from the registry |
| Method Detail |
public void Register(IPTAccessor pAccessor)
pAccessor - the Accessor to addpublic void UnRegister(java.lang.String sAccessorCLSID)
sAccessorCLSID - the CLSID of the Accessor to removepublic IPTQueryResult GetCommonFields(java.lang.String sAccessorCLSID)
sAccessorCLSID - the CLSID of the Accessor of interestpublic IPTQueryResult GetAccessorInfo(java.lang.String sAccessorCLSID)
sAccessorCLSID - the CLSID of the Accessor of interestpublic IPTQueryResult GetRegisteredAccessors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||