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 void
close()
InvocationHandler
getInvocationHandler()
String
toString()
-
-
-
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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
-