public void setProperties(String properties)
throws gov.cca.CCAException {
logger.finest("called");
// make a remote invocation on the server side
XCATComponentID remote =
(XCATComponentID) HandleResolver.resolveHandle(componentHandle,
XCATComponentID.class.getName());
remote.setProperties(properties);
}