269270271272273274275276277278
throws ObjStoreException { int type = attrs.getType(); if (JNDI == type) { return (new JNDIStore(attrs)); } else { throw new ObjStoreTypeNotSupportedException(); } }