1 package org.apache.ojb.broker.core.proxy; 2 3 17 18 import org.apache.ojb.broker.Identity; 19 import org.apache.ojb.broker.PBKey; 20 21 22 public class IndirectionHandlerJDKImpl extends AbstractIndirectionHandler implements IndirectionHandlerJDK 23 { 24 30 public IndirectionHandlerJDKImpl(PBKey brokerKey, Identity id) 31 { 32 super(brokerKey,id); 33 } 34 } 35 | Popular Tags |