|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.topics.messages.TopicCreationRequest
public class TopicCreationRequest
Topic Creation Request message
Created on Apr 7, 2005
| Constructor Summary | |
|---|---|
TopicCreationRequest()
|
|
| Method Summary | |
|---|---|
static TopicCreationRequest |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a TopicCreationRequest object |
Vector |
getAllowedToDiscoverBy()
|
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
Certificate |
getCertificate()
|
String |
getCreatorInfo()
|
String |
getEntityId()
|
Calendar |
getLifetime()
|
int |
getSynopsisType()
|
String |
getTopicInfo()
|
String |
getTopicSynopsis()
|
static String |
pad(int num,
int digits,
char padding)
|
static String |
printTime(Calendar calendar)
|
void |
removeAllowedToDiscoverBy(String dnOfAuthorizedUser)
|
void |
setAllowedToDiscoverBy(String dnOfAuthorizedUser)
|
void |
setCertificate(Certificate certificate)
|
void |
setCreatorInfo(String creatorInfo)
|
void |
setEntityId(String entityId)
|
void |
setLifetime(Calendar lifetime)
|
void |
setSynopsisType(int synopsisType)
|
void |
setTopicInfo(String topicInfo)
|
void |
setTopicSynopsis(String topicSynopsis)
|
String |
toString()
For debugging purposes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TopicCreationRequest()
| Method Detail |
|---|
public byte[] getBytes()
public static TopicCreationRequest createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Objectpublic static String printTime(Calendar calendar)
public static String pad(int num,
int digits,
char padding)
public final Vector getAllowedToDiscoverBy()
public final void setAllowedToDiscoverBy(String dnOfAuthorizedUser)
public final void removeAllowedToDiscoverBy(String dnOfAuthorizedUser)
public final Certificate getCertificate()
public final void setCertificate(Certificate certificate)
certificate - The certificate to set.public final String getEntityId()
public final void setEntityId(String entityId)
entityId - The entityId to set.public final String getCreatorInfo()
public final void setCreatorInfo(String creatorInfo)
creatorInfo - The creatorInfo to set.public final Calendar getLifetime()
public final void setLifetime(Calendar lifetime)
lifetime - The lifetime to set.public final int getSynopsisType()
public final void setSynopsisType(int synopsisType)
synopsisType - The synopsisType to set.public final String getTopicInfo()
public final void setTopicInfo(String topicInfo)
topicInfo - The topicInfo to set.public final String getTopicSynopsis()
public final void setTopicSynopsis(String topicSynopsis)
topicSynopsis - The topicSynopsis to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||