All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.woorea.openstack.common.session.OpenStackSessionHolder Maven / Gradle / Ivy

There is a newer version: 3.2.9
Show newest version
package com.woorea.openstack.common.session;
//package org.openstack.common.session;
//
//public class OpenStackSessionHolder {
//
//	private static final ThreadLocal HOLDER = new ThreadLocal();
//	
//	public static OpenStackSession getSession() {
//		return HOLDER.get();
//	}
//	
//	public static void setSession(OpenStackSession session) {
//		HOLDER.set(session);
//	}
//
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy