Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ORBHandler(Properties props,
boolean enableSSL)
Constrói um servidor CORBA persistente associado ao nome e porta fornecidos
como parâmetros.
|
| Modifier and Type | Method and Description |
|---|---|
String |
activateObject(String objectID,
Servant servant)
Ativa um objeto CORBA associado ao servidor.
|
void |
run()
Dedica uma thread ao procedimento de atendimento a requisições de serviço
do ORB.
|
void |
shutdown()
Solicita a desativação do servidor CORBA.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ORBHandler(Properties props, boolean enableSSL) throws ORBException
props - Propriedades externas do ORBenableSSL - indica se o suporte a SSL deve ser ativadoORBException - em caso de falha.public String activateObject(String objectID, Servant servant) throws ORBException
objectID - identificação do objetoservant - implementação do objeto (servant)ORBException - em caso de falha no ORBpublic void run()
public void shutdown()
throws ORBException
ORBException - em caso de falha no ORBCopyright © 2018. All rights reserved.