org.obe.client.api.repository
Class ParticipantMetaData
java.lang.Object
org.obe.client.api.repository.AbstractMetaData
org.obe.client.api.repository.ImplClassMetaData
org.obe.client.api.repository.ParticipantMetaData
- All Implemented Interfaces:
- java.io.Serializable
- public class ParticipantMetaData
- extends ImplClassMetaData
Describes a participant.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Constructor Summary |
|
ParticipantMetaData()
Constructs participant meta-data. |
protected |
ParticipantMetaData(java.lang.String id,
java.lang.String displayName,
java.lang.String description,
java.lang.String docUrl,
java.lang.String author,
java.lang.String implClass,
java.lang.String[] implCtorSig)
Constructs participant meta-data. |
Method Summary |
java.lang.Object |
createInstance(org.xml.sax.EntityResolver entityResolver)
|
Methods inherited from class org.obe.client.api.repository.AbstractMetaData |
createInstance, createInstance, getAuthor, getDescription, getDisplayName, getDocUrl, getId, getThreadsafe, getType, isThreadsafe, setAuthor, setDescription, setDisplayName, setDocUrl, setId, setThreadsafe, setType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParticipantMetaData
public ParticipantMetaData()
- Constructs participant meta-data.
ParticipantMetaData
protected ParticipantMetaData(java.lang.String id,
java.lang.String displayName,
java.lang.String description,
java.lang.String docUrl,
java.lang.String author,
java.lang.String implClass,
java.lang.String[] implCtorSig)
- Constructs participant meta-data.
- Parameters:
id
- The participant ID.displayName
- The display name.description
- Textual description of this participant.docUrl
- URL for documentation.author
- Author's name.
createInstance
public java.lang.Object createInstance(org.xml.sax.EntityResolver entityResolver)
throws RepositoryException
- Specified by:
createInstance
in class AbstractMetaData
- Throws:
RepositoryException
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.