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 class
static class
static class
static 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.RMIStub
void
sendAsyncCommand
(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:
connectToImpl
in 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:
sendAsyncCommand
in 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:
sendSyncCommand
in interfacecom.basis.rmi.RMIStubConnection
- Throws:
com.basis.rmi.RMICommException
-