Class ClientSession

java.lang.Object
org.frankframework.console.configuration.ClientSession
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @SessionScope public class ClientSession extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • ClientSession

      public ClientSession()
  • Method Details

    • setMemberTarget

      public void setMemberTarget(UUID id)
    • setMemberTarget

      public void setMemberTarget(String id)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception