Description: Not support yet.
Copyright: Copyright (c) 2011 Thousand Origami Cranes Corp.
Create Time: May 29, 2011 1:16:35 PM @author kevin.zhou @version 1.0
435436437438439440441
* @param name The name of the object. * @param object The object need to be put. */ private void setBinding(Name name, Object object) { String strName = name.get(0); this.jndTable.put(strName, new SecurityBinding(strName, object.getClass().getName(), object, true)); }