|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
canAddDataConsumer(InfoBus infobus,
InfoBusDataConsumer consumer)
Determines if the specifed InfoBus's canAddDataConsumer method can be executed, and throws a runtime Exception if not. |
void |
canAddDataController(InfoBus infobus,
InfoBusDataController controller,
int priority)
Determines if the specifed InfoBus's canAddDataController method can be executed, and throws a runtime Exception if not. |
void |
canAddDataProducer(InfoBus infobus,
InfoBusDataProducer producer)
Determines if the specifed InfoBus's canAddDataProducer method can be executed, and throws a runtime Exception if not. |
void |
canFireItemAvailable(InfoBus infobus,
java.lang.String dataItemName,
InfoBusDataProducer producer)
Determines if the specifed InfoBus's canFireItemAvailable method can be executed, and throws a runtime Exception if not. |
void |
canFireItemRevoked(InfoBus infobus,
java.lang.String dataItemName,
InfoBusDataProducer producer)
Determines if the specifed InfoBus's canFireItemRevoked method can be executed, and throws a runtime Exception if not. |
void |
canGet(java.lang.String busName)
Determines if the static InfoBus open method can be executed, and throws a runtime Exception if not. |
void |
canJoin(InfoBus infobus,
InfoBusMember member)
Determines if the specifed InfoBus's join method can be executed, and throws a runtime Exception if not. |
void |
canPropertyChange(InfoBus infobus,
java.beans.PropertyChangeEvent event)
Determines if the specifed InfoBus's proprtyChange method can be executed, and throws a runtime Exception if not. |
void |
canRegister(InfoBus infobus,
InfoBusMember member)
Determines if the specifed InfoBus's register method can be executed, and throws a runtime Exception if not. |
void |
canRequestItem(InfoBus infobus,
java.lang.String dataItemName,
InfoBusDataConsumer consumer)
Determines if the specifed InfoBus's canRequestItem method can be executed, and throws a runtime Exception if not. |
java.lang.String |
generateDefaultName(java.lang.Object object)
Generates a default InfoBus name from the given object. |
Method Detail |
public java.lang.String generateDefaultName(java.lang.Object object)
public void canGet(java.lang.String busName)
public void canJoin(InfoBus infobus, InfoBusMember member)
public void canRegister(InfoBus infobus, InfoBusMember member)
public void canPropertyChange(InfoBus infobus, java.beans.PropertyChangeEvent event)
public void canAddDataController(InfoBus infobus, InfoBusDataController controller, int priority)
public void canAddDataProducer(InfoBus infobus, InfoBusDataProducer producer)
public void canAddDataConsumer(InfoBus infobus, InfoBusDataConsumer consumer)
public void canFireItemAvailable(InfoBus infobus, java.lang.String dataItemName, InfoBusDataProducer producer)
public void canFireItemRevoked(InfoBus infobus, java.lang.String dataItemName, InfoBusDataProducer producer)
public void canRequestItem(InfoBus infobus, java.lang.String dataItemName, InfoBusDataConsumer consumer)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |