|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A reference is a light weight handle used by the ISynchronizeManager
to manage registered participants. It is used to reference information
about a particular participant instance without requiring the participant
to be instantiated. Calling the getParticipant()
method will
cause the participant to be instantiated.
Clients are not intended to implement this interface.
ISynchronizeManager
Method Summary | |
ISynchronizeParticipantDescriptor |
getDescriptor()
Returns the descriptor for this participant type. |
String |
getDisplayName()
Returns the fully qualified name of this participant reference. |
String |
getId()
Returns the id of the participant type referenced by this handle. |
ISynchronizeParticipant |
getParticipant()
Returns the participant referenced by this handle. |
String |
getSecondaryId()
Returns the secondary id (e.g. instance id) of the participant type referenced by this handle or null if the participant doesn't support
multiple instances. |
Method Detail |
public String getId()
public String getSecondaryId()
null
if the participant doesn't support
multiple instances.
null
if the participant doesn't support
multiple instances.public String getDisplayName()
public ISynchronizeParticipant getParticipant() throws TeamException
null
if the participant cannot be de-referenced.
TeamException
public ISynchronizeParticipantDescriptor getDescriptor()
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.