1 6 7 package org.jfox.jndi; 8 9 import java.io.Serializable ; 10 11 import org.jfox.ioc.connector.AbstractInvocation; 12 import org.jfox.ioc.connector.ObjectId; 13 14 17 18 public class JNDIInvocation extends AbstractInvocation implements Serializable { 19 20 public JNDIInvocation(ObjectId objectId, String methodHash, Object [] args) { 21 super(objectId, methodHash, args); 22 } 23 24 public static void main(String [] args) { 25 26 } 27 } 28 | Popular Tags |