Interface ClassMediatorAdmin
-
- All Known Implementing Classes:
ClassMediatorAdminStub
public interface ClassMediatorAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getClassSetProps(String className1)
Auto generated method signaturevoid
startgetClassSetProps(String className1, ClassMediatorAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getClassSetProps
String[] getClassSetProps(String className1) throws RemoteException
Auto generated method signature- Parameters:
getClassSetProps0
-- Throws:
RemoteException
-
startgetClassSetProps
void startgetClassSetProps(String className1, ClassMediatorAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getClassSetProps0
-- Throws:
RemoteException
-
-