The ServiceLocator has methods like this for all Service beans:
public final SystemStatusService getSystemStatusService(Properties env) throws NamingException {
return (SystemStatusService) getContext(env).lookup(getEarName() + "SystemStatusService/remote");
}