createObjectAdapter abstract method

ObjectAdapter createObjectAdapter(
  1. String name
)

Create a new object adapter. The endpoints for the object adapter are taken from the property name.Endpoints. It is legal to create an object adapter with the empty string as its name. Such an object adapter is accessible via bidirectional connections or by collocated invocations that originate from the same communicator as is used by the adapter. Attempts to create a named object adapter for which no configuration can be found raise InitializationException. @param name The object adapter name. @return The new object adapter. @see #createObjectAdapterWithEndpoints @see ObjectAdapter @see Properties

Implementation

ObjectAdapter createObjectAdapter(String name);