Package com.basis.api.admin
Class BBjAdminFactory.BBjAdminStubConnection
java.lang.Object
com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
- All Implemented Interfaces:
com.basis.rmi.RMIStubConnection
- Enclosing class:
- BBjAdminFactory
public static class BBjAdminFactory.BBjAdminStubConnection
extends Object
implements com.basis.rmi.RMIStubConnection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminStubConnection(OutputStream p_sockOut, ByteArrayOutputStream p_bytes, ObjectOutputStream p_os, ObjectInputStream p_is) -
Method Summary
Modifier and TypeMethodDescriptioncom.basis.rmi.Response<?>connectToImpl(Object[] p_args) com.basis.rmi.RMIStubvoidsendAsyncCommand(com.basis.rmi.Command p_msg) com.basis.rmi.Response<?>sendSyncCommand(com.basis.rmi.Command p_msg)
-
Constructor Details
-
BBjAdminStubConnection
public BBjAdminStubConnection(OutputStream p_sockOut, ByteArrayOutputStream p_bytes, ObjectOutputStream p_os, ObjectInputStream p_is) throws IOException - Throws:
IOException
-
-
Method Details
-
connectToImpl
public com.basis.rmi.Response<?> connectToImpl(Object[] p_args) throws com.basis.rmi.RMICommException - Specified by:
connectToImplin interfacecom.basis.rmi.RMIStubConnection- Throws:
com.basis.rmi.RMICommException
-
getRMIStub
public com.basis.rmi.RMIStub getRMIStub() -
sendAsyncCommand
public void sendAsyncCommand(com.basis.rmi.Command p_msg) throws com.basis.rmi.RMICommException - Specified by:
sendAsyncCommandin interfacecom.basis.rmi.RMIStubConnection- Throws:
com.basis.rmi.RMICommException
-
sendSyncCommand
public com.basis.rmi.Response<?> sendSyncCommand(com.basis.rmi.Command p_msg) throws com.basis.rmi.RMICommException - Specified by:
sendSyncCommandin interfacecom.basis.rmi.RMIStubConnection- Throws:
com.basis.rmi.RMICommException
-