|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Destination
This interface is the remote interface of the DestinationBean Entity
Method Summary | |
---|---|
void |
amend(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
This method amends the attributes of the Destination entity |
String |
getConnectorFactoryClassName()
This method gets this connector JNDI Name |
String |
getDestinationId()
This method gets this destination's Id |
String |
getHostStatus()
This method gets the Host Status |
String |
getIsEAB()
This method determines if this destinatio entity is an EAB |
String |
getParameters()
This method gets the Connector properties |
Method Detail |
---|
String getDestinationId() throws RemoteException
RemoteException
String getConnectorFactoryClassName() throws RemoteException
RemoteException
String getParameters() throws RemoteException
RemoteException
void amend(String destinationId, String connectorFactoryClassName, String parameters, String hostStatus, String isEAB) throws RemoteException
destinationId
- StringconnectorFactoryClassName
- is the Connector Factory class nameparameters
- String is the connector propertieshostStatus
- String is the host statusisEAB
- String is this an EAB destination
RemoteException
String getHostStatus() throws RemoteException
RemoteException
String getIsEAB() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |