|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.exec.service.test.throughput.util.StubManager
public class StubManager
Manage stubs. StubManager uses StubFactory and StubCache to handle creation and caching of stubs. By using StubManager a developer doesn't have to deal with cache and factory.
| Field Summary | |
|---|---|
private static org.apache.commons.logging.Log |
logger
|
private StubCache |
stubCache
|
private StubFactory |
stubFactory
|
| Constructor Summary | |
|---|---|
StubManager(StubFactory stubFactory)
Create a stub manager. |
|
StubManager(StubFactory stubFactory,
StubCache stubCache)
Create a stub manager. |
|
| Method Summary | |
|---|---|
void |
addStub(org.globus.axis.message.addressing.EndpointReferenceType epr,
javax.xml.rpc.Stub stub)
Add a stub to the stub cache. |
javax.xml.rpc.Stub |
getStub(ServiceNameType serviceName,
org.globus.axis.message.addressing.EndpointReferenceType epr,
ClientSecurityDescriptor secDesc)
Get a stub. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.commons.logging.Log logger
private StubFactory stubFactory
private StubCache stubCache
| Constructor Detail |
|---|
public StubManager(StubFactory stubFactory)
throws java.lang.Exception
java.lang.Exception
public StubManager(StubFactory stubFactory,
StubCache stubCache)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public javax.xml.rpc.Stub getStub(ServiceNameType serviceName,
org.globus.axis.message.addressing.EndpointReferenceType epr,
ClientSecurityDescriptor secDesc)
throws java.lang.Exception
java.lang.Exception
public void addStub(org.globus.axis.message.addressing.EndpointReferenceType epr,
javax.xml.rpc.Stub stub)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||