Package step.repository.alm
Class ALMRepositoryDaemonClient
- java.lang.Object
-
- step.repository.alm.ALMRepositoryDaemonClient
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class ALMRepositoryDaemonClient extends java.lang.Object implements java.io.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()
java.lang.reflect.InvocationHandler
getInvocationHandler()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ALMRepositoryDaemonClient
public ALMRepositoryDaemonClient(ALMConnectionParameters params, ch.exense.commons.app.Configuration configuration) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
getInvocationHandler
public java.lang.reflect.InvocationHandler getInvocationHandler()
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-