
Static Public Member Functions | |
| Context | getContext () throws javax.naming.NamingException |
| String | getCurrentRMIConnectorName () |
| void | setCurrentRMIConnectorName (String name) throws NamingException |
| void | resetCurrentRMIConnectorName () |
| Set | getRMIConnectorsNames () throws javax.naming.NamingException |
| String | getJonasNamingServiceURL () |
| void | setNamingEnvCtx (Properties env) throws javax.naming.NamingException |
| void | setJonasNamingServiceURL (String url) throws javax.naming.NamingException |
| RMIConnector | getRMIConnector () throws NamingException |
| void | lookupRMIConnector () throws NamingException |
Definition at line 48 of file ConnectorFactory.java.
|
|
Definition at line 59 of file ConnectorFactory.java. |
|
|
Definition at line 72 of file ConnectorFactory.java. |
|
|
Definition at line 130 of file ConnectorFactory.java. |
|
|
Definition at line 183 of file ConnectorFactory.java. |
|
|
Definition at line 107 of file ConnectorFactory.java. |
|
|
Lookup for the RMI connector registered with the currentRMIConnectorName JNDI name. Definition at line 193 of file ConnectorFactory.java. |
|
|
Set the currentRMIConnectorName to null Definition at line 100 of file ConnectorFactory.java. |
|
|
Set the currentRMIConnectorName to the specified value, then lookup for the RMI connector Definition at line 91 of file ConnectorFactory.java. |
|
|
Sets the PROVIDER_URL property to the specified value. Then, sets the current RMI connector to null. Definition at line 151 of file ConnectorFactory.java. |
|
|
Create a new naming context based on the given env. properties
Definition at line 142 of file ConnectorFactory.java. |
1.3.9.1