|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceProxy | |
com.resilientedge.jockey.service | |
com.resilientedge.jockey.servicebridge | |
org.resilientedge.jockey.service |
Uses of ServiceProxy in com.resilientedge.jockey.service |
Methods in com.resilientedge.jockey.service that return ServiceProxy | |
ServiceProxy |
ServiceManagerImpl.getService(ServiceDescriptor service)
Locates a service locally given the service descriptor as criteria |
ServiceProxy |
ServiceManagerImpl.findService(java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the attribute type and value as criteria |
ServiceProxy |
ServiceManagerImpl.findServiceAt(PeerToken peer,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer, attribute type, and value as criteria. |
ServiceProxy |
ServiceManagerImpl.findServiceAt(PeerGroupToken group,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer group, attribute type, and value as criteria |
Uses of ServiceProxy in com.resilientedge.jockey.servicebridge |
Methods in com.resilientedge.jockey.servicebridge that return ServiceProxy | |
ServiceProxy |
ServiceManagerBridge.getService(ServiceDescriptor descriptor)
Returns a serviceProxy for a given ServiceDescriptor. |
Methods in com.resilientedge.jockey.servicebridge with parameters of type ServiceProxy | |
ServiceResponse |
ServiceManagerBridge.invoke(ServiceProxy proxy,
ServiceCall call,
int timeout)
invoke a method on this service |
Uses of ServiceProxy in org.resilientedge.jockey.service |
Methods in org.resilientedge.jockey.service that return ServiceProxy | |
ServiceProxy |
ServiceManager.getService(ServiceDescriptor service)
Locates a service locally given the service descriptor as criteria |
ServiceProxy |
ServiceManager.findServiceAt(PeerToken peer,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer, attribute type, and value as criteria. |
ServiceProxy |
ServiceManager.findServiceAt(PeerGroupToken group,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer group, attribute type, and value as criteria |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |