|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackException | |
solar.service.pack | Contains the PACK service that allows customized flow-control polices. |
Uses of PackException in solar.service.pack |
Methods in solar.service.pack that throw PackException | |
void |
ScribePackService.attachPublisher(Id pubId,
Publisher publisher)
|
void |
ScribePackService.detachPublisher(Id pubId)
|
void |
ScribePackService.attachSubscriber(Id subId,
Subscriber subscriber)
|
void |
ScribePackService.detachSubscriber(Id subId)
|
void |
ScribePackService.subscribe(Id pubId,
Id subId,
java.lang.Object policy)
|
void |
ScribePackService.publish(Id pubId,
Event evt)
|
protected void |
ScribePackService.doSubscribe(Id pubId,
Id subId,
java.lang.Object policy)
|
protected void |
ScribePackService.doPublish(Id pubId,
Event evt)
|
void |
ClientPackService.attachPublisher(Id pubId,
Publisher publisher)
|
void |
ClientPackService.detachPublisher(Id pubId)
|
void |
ClientPackService.attachSubscriber(Id subId,
Subscriber subscriber)
|
void |
ClientPackService.detachSubscriber(Id subId)
|
void |
ClientPackService.subscribe(Id pubId,
Id subId,
java.lang.Object policy)
|
void |
ClientPackService.publish(Id pubId,
Event evt)
|
private void |
ClientPackService.assertAttached()
|
void |
PackService.attachPublisher(Id pubId,
Publisher publisher)
Attach a PACK publisher to the service. |
void |
PackService.detachPublisher(Id pubId)
Detach a PACK publisher from the service. |
void |
PackService.attachSubscriber(Id subId,
Subscriber subscriber)
Attach a PACK subscriber to the service. |
void |
PackService.detachSubscriber(Id subId)
Detach a PACK subscriber from the service. |
void |
PackService.subscribe(Id pubId,
Id subId,
java.lang.Object policy)
Make a subscription to a PACK publisher. |
void |
PackService.publish(Id pubId,
Event evt)
Publish an event to all subscribers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |