public void bind(String id) throws Exception
{
MBeanServer server = (MBeanServer)MBeanServerFactory.findMBeanServer(null).get(0);
PojoCache cache = (PojoCache)server.getAttribute(new ObjectName("jboss.cache:service=testTreeCacheAop"),
"PojoCache");
cache.attach(new Fqn(new Object[] {"sessions", id}).toString(), new CacheObject(id));
}