Interface CommandMediatorAdmin
-
- All Known Implementing Classes:
CommandMediatorAdminStub
public interface CommandMediatorAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getClassSetProps(String className1)
Auto generated method signaturevoid
startgetClassSetProps(String className1, CommandMediatorAdminCallbackHandler 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, CommandMediatorAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getClassSetProps0
-- Throws:
RemoteException
-
-