}
public PName decodeAbstract(Object oid, Object context)
throws PExceptionNaming, UnsupportedOperationException {
Class clazz = null;
ConnectionHolder conn = null;
if (context != null) {
if (!(context instanceof ConnectionHolder)) {
clazz = (Class) context;
} else {
conn = (ConnectionHolder) context;