|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.client.HessianProxyFactory
com.intland.codebeamer.remoting.RemoteApiFactory
public class RemoteApiFactory
A special HessionProxyFactory for stateful RemoteService connections
Field Summary | |
---|---|
protected static RemoteApiFactory |
Instance
The singleton instance |
Fields inherited from class com.caucho.hessian.client.HessianProxyFactory |
---|
log |
Constructor Summary | |
---|---|
protected |
RemoteApiFactory()
Create a new RemoteServiceFactory |
Method Summary | |
---|---|
RemoteApi |
connect(java.lang.String url)
Create a new RemoteService connection to the specified server |
java.lang.Object |
create(java.lang.Class api,
java.lang.String url)
Create a new RemoteApi of the specified class connected to the remote CodeBeamer server |
static RemoteApiFactory |
getInstance()
|
Methods inherited from class com.caucho.hessian.client.HessianProxyFactory |
---|
create, create, encode, getHessianInput, getHessianOutput, getObjectInstance, getReadTimeout, getRemoteResolver, getSerializerFactory, isChunkedPost, isDebug, isOverloadEnabled, openConnection, setChunkedPost, setConnectionFactoryName, setDebug, setHessian2Reply, setHessian2Request, setOverloadEnabled, setPassword, setReadTimeout, setSerializerFactory, setUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static RemoteApiFactory Instance
Constructor Detail |
---|
protected RemoteApiFactory()
Method Detail |
---|
public static RemoteApiFactory getInstance()
public java.lang.Object create(java.lang.Class api, java.lang.String url) throws java.net.MalformedURLException
create
in interface com.caucho.services.client.ServiceProxyFactory
create
in class com.caucho.hessian.client.HessianProxyFactory
api
- is the Interface of the RemoteApiurl
- is the URL of the remote CodeBeamer server
java.net.MalformedURLException
public RemoteApi connect(java.lang.String url) throws java.net.MalformedURLException
url
- is the URL of the target server
java.net.MalformedURLException
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |