com.ibm.mm.sdk.cs
Class dkAbstractService
java.lang.Object
|
+--com.ibm.mm.sdk.cs.dkAbstractService
- All Implemented Interfaces:
- com.ibm.mm.sdk.common.DKConstant, com.ibm.mm.sdk.common.DKMessageId, dkService
- Direct Known Subclasses:
- DKIKFServiceFed
- public synchronized class dkAbstractService
- extends java.lang.Object
- implements dkService, com.ibm.mm.sdk.common.DKConstant, com.ibm.mm.sdk.common.DKMessageId
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dkAbstractService
public dkAbstractService()
throws DKException,
java.rmi.RemoteException,
java.lang.Exception
connect
public void connect(java.lang.String,
java.lang.String,
java.lang.String,
java.lang.String)
throws DKException,
java.rmi.RemoteException,
java.lang.Exception
- Specified by:
connect
in interface dkService
disconnect
public void disconnect()
throws DKException,
java.rmi.RemoteException,
java.lang.Exception
- Specified by:
disconnect
in interface dkService
serviceName
public java.lang.String serviceName()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
serviceName
in interface dkService
serviceType
public java.lang.String serviceType()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
serviceType
in interface dkService
serviceId
public java.lang.String serviceId()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
serviceId
in interface dkService
serviceCategory
public java.lang.String serviceCategory()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
serviceCategory
in interface dkService
userName
public java.lang.String userName()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
userName
in interface dkService
connection
public com.ibm.mm.sdk.common.DKHandle connection()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
connection
in interface dkService
isConnected
public boolean isConnected()
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
isConnected
in interface dkService
setServiceName
public void setServiceName(java.lang.String)
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
setServiceName
in interface dkService
setUserName
public void setUserName(java.lang.String)
throws java.lang.Exception,
java.rmi.RemoteException
- Specified by:
setUserName
in interface dkService
getExtension
public com.ibm.mm.sdk.common.dkExtension getExtension(java.lang.String)
throws DKException,
java.lang.Exception,
java.rmi.RemoteException
- Specified by:
getExtension
in interface dkService
addExtension
public void addExtension(java.lang.String,
com.ibm.mm.sdk.common.dkExtension)
throws DKException,
java.lang.Exception,
java.rmi.RemoteException
- Specified by:
addExtension
in interface dkService
removeExtension
public void removeExtension(java.lang.String)
throws DKException,
java.lang.Exception,
java.rmi.RemoteException
- Specified by:
removeExtension
in interface dkService
listExtensionNames
public java.lang.String[] listExtensionNames()
throws DKException,
java.lang.Exception,
java.rmi.RemoteException
- Specified by:
listExtensionNames
in interface dkService
destroy
public void destroy()
throws DKException,
java.lang.Exception,
java.rmi.RemoteException
- Specified by:
destroy
in interface dkService
© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.