public interface BridgeInterface
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
BridgeAbstraction |
getAbstraction()
get the bridge abstraction object that implements this bridge interface
|
java.lang.Class |
getJaloObjectClass()
returns the class of the jalo object that implements this bridge interface.
|
java.lang.Object |
getRemote() |
void |
setAbstraction(BridgeAbstraction abstr)
set the bridge abstraction.
|
BridgeAbstraction getAbstraction()
void setAbstraction(BridgeAbstraction abstr)
abstr - the BridgeAbstraction objectjava.lang.Class getJaloObjectClass()
java.lang.Object getRemote()
Copyright © 2018 SAP SE. All Rights Reserved.