Package step.repository.alm
Class ALMRepositoryDaemonClient
- java.lang.Object
-
- step.repository.alm.ALMRepositoryDaemonClient
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class ALMRepositoryDaemonClient extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description ALMRepositoryDaemonClient(ALMConnectionParameters params, ch.exense.commons.app.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InvocationHandlergetInvocationHandler()StringtoString()
-
-
-
Constructor Detail
-
ALMRepositoryDaemonClient
public ALMRepositoryDaemonClient(ALMConnectionParameters params, ch.exense.commons.app.Configuration configuration) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getInvocationHandler
public InvocationHandler getInvocationHandler()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-