|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Provider
An entity that performs work (activities) and responds to interfaces across a service access point.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
Activity[] |
getActivities()
The activities that this provider accomplishes |
Interface[] |
getAdvertisedInterfaces()
The interfaces to which this provider responds |
ServiceAccessPoint[] |
getSAPs()
The service access points through which this provider can be contacted |
boolean |
hasActivities()
|
boolean |
hasAdvertisedInterfaces()
|
boolean |
hasSAPs()
|
void |
setActivities(Activity[] name)
|
void |
setAdvertisedInterfaces(Interface[] name)
|
void |
setSAPs(ServiceAccessPoint[] name)
|
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
ServiceAccessPoint[] getSAPs() throws AttributeNotSetException
AttributeNotSetException
void setSAPs(ServiceAccessPoint[] name)
boolean hasSAPs()
Interface[] getAdvertisedInterfaces() throws AttributeNotSetException
AttributeNotSetException
void setAdvertisedInterfaces(Interface[] name)
boolean hasAdvertisedInterfaces()
Activity[] getActivities() throws AttributeNotSetException
AttributeNotSetException
void setActivities(Activity[] name)
boolean hasActivities()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |