|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Subscriber interface;
| Field Summary | |
static int |
SUBSCRIBER_CONTENT
|
static int |
SUBSCRIBER_EVENT
|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
ContentDestination |
getContentDestination()
Get the content destination for this subscriber |
String |
getDeliveryTransport()
Gets the preferred delivery transport for this subscriber. |
PersonInterface |
getPerson()
Returns the user this subscriber identity belongs to. |
String |
getQueueName()
Gets the queue name to deliver to for this subscriber. |
List |
getSubscribedChannels()
Get a list of the channels subscribed to by this Subscriber identity. |
void |
setContentDestination(DirectoryInterface basePathDirectory,
String relativePath)
Set the content destination for this subscriber. |
void |
setDeliveryTransport(String deliveryTransport)
Sets the delivery transport for this subscriber. |
void |
setPerson(PersonInterface person)
Sets the user this subscriber identity belongs to. |
void |
setQueueName(String queueName)
Sets the queue name this subscriber receives data on. |
| Field Detail |
public static final int SUBSCRIBER_CONTENT
public static final int SUBSCRIBER_EVENT
| Method Detail |
public PersonInterface getPerson()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setPerson(PersonInterface person)
throws RemoteException
person - The personRemoteException - if a network anomaly is encountered.
public String getDeliveryTransport()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setDeliveryTransport(String deliveryTransport)
throws RemoteException
deliveryTransport - The new transport.RemoteException - if a network anomaly is encountered.
public String getQueueName()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setQueueName(String queueName)
throws RemoteException
queueName - The new queue name to deliver to for this subscriber.RemoteException - if a network anomaly is encountered.
public ContentDestination getContentDestination()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setContentDestination(DirectoryInterface basePathDirectory,
String relativePath)
throws RemoteException
basePathDirectory - A Directory representing the content destination's base path.relativePath - Relative path.RemoteException - in the event of remote object failure.
public List getSubscribedChannels()
throws ServiceException,
RemoteException
ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||