kr.co.hit.live.ejb.commander
Interface EJBCommander

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface EJBCommander
extends javax.ejb.EJBObject

EJBCommanderBean의 EJBObject 인터페이스이다.

Author:
kimhd

Method Summary
 Object[] command(String svcName, String methodName, Object[] params, kr.co.hit.live.context.ServiceContext context)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

command

Object[] command(String svcName,
                 String methodName,
                 Object[] params,
                 kr.co.hit.live.context.ServiceContext context)
                 throws kr.co.hit.live.exception.LiveException,
                        RemoteException
Throws:
kr.co.hit.live.exception.LiveException
RemoteException


Copyright © 2014. All Rights Reserved.